diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 31db890..8ee464f 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -48,7 +48,7 @@ secondary = #e60053 alert = #FF5555 [bar/bspbar1] -monitor = ${env:MONITOR:DVI-D-0} +monitor = ${env:MONITOR:DVI-I-1} width = 100%:-10 height = 25 offset-x = 5 diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index d595996..67e6e60 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -96,7 +96,7 @@ super + Return # bspc node -n @/ # go (Shift=move) to desktop (and focus the monitor that the desktop is located on. Bspwm style) -super + {_,shift + }{ampersand,eacute,quotedbl,apostrophe,parenleft,minus,egrave,underscore,ccedilla,agrave} +super + {_,shift + }{ampersand,eacute,quotedbl,apostrophe,parenleft,section,egrave,exclam,ccedilla,agrave} bspc {desktop -f,node -d} ^{1-9,10} ## Alternative: i3 style behavior (focus nth, desktop of the focused monitor)