From d84d3717cb53e20720e86716eaf73fbb05e09eb3 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 4 Oct 2020 18:41:30 -0500 Subject: [PATCH] bspwm: Ignore focus, fix KeePass rule Still no dice on Spotify, see bspwm issue 291 (Spotify's problem) --- .config/bspwm/bspwmrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 54c4bbbd..7989dd7b 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -61,6 +61,9 @@ bspc config pointer_modifier mod1 bspc config pointer_action1 move #LMB bspc config pointer_action2 resize_corner #RMB +# ewmh behavior +bspc config ignore_ewmh_focus true # Fuck you, Discord + ## Looks # Padding bspc config border_width 4 @@ -95,7 +98,7 @@ case $HOSTNAME in ;; esac bspc rule -a Steam desktop=7 -bspc rule -a keepassxc desktop=8 +bspc rule -a KeePassXC desktop=8 bspc rule -a slack desktop=9 bspc rule -a Riot desktop=9 bspc rule -a Element desktop=9