Lots: Initial support for desktop usage, various bugfixes
This commit is contained in:
@@ -9,7 +9,7 @@ export PB_WM_RESTACK=bspwm
|
||||
|
||||
# Iterate through monitors and spawn bars on each
|
||||
# Starting with the primary monitor...
|
||||
export PB_MONITOR=$(xrandr -q | awk '/\<primary\>/{print $1}')
|
||||
export PB_MONITOR=$(xrandr -q | awk '/primary/{print $1}')
|
||||
if [[ $PB_MONITOR == "" ]]; then
|
||||
unset PB_MONITOR
|
||||
fi
|
||||
|
Reference in New Issue
Block a user