Lots: Initial support for desktop usage, various bugfixes

This commit is contained in:
2018-07-31 19:33:48 -05:00
parent ff85787090
commit 831bef75e1
6 changed files with 21 additions and 31 deletions

View File

@@ -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