From 87b56c0c73535d9e464600d5f2419cf088f8fd98 Mon Sep 17 00:00:00 2001 From: Debucquoy Anthony Date: Sat, 13 Jan 2024 13:08:19 +0100 Subject: [PATCH] keyboard and screen --- polybar/.config/polybar/config | 2 +- sxhkd/.config/sxhkd/sxhkdrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)