bspwm: Ignore focus, fix KeePass rule
Still no dice on Spotify, see bspwm issue 291 (Spotify's problem)
This commit is contained in:
parent
d9478464a0
commit
d84d3717cb
@ -61,6 +61,9 @@ bspc config pointer_modifier mod1
|
|||||||
bspc config pointer_action1 move #LMB
|
bspc config pointer_action1 move #LMB
|
||||||
bspc config pointer_action2 resize_corner #RMB
|
bspc config pointer_action2 resize_corner #RMB
|
||||||
|
|
||||||
|
# ewmh behavior
|
||||||
|
bspc config ignore_ewmh_focus true # Fuck you, Discord
|
||||||
|
|
||||||
## Looks
|
## Looks
|
||||||
# Padding
|
# Padding
|
||||||
bspc config border_width 4
|
bspc config border_width 4
|
||||||
@ -95,7 +98,7 @@ case $HOSTNAME in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
bspc rule -a Steam desktop=7
|
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 slack desktop=9
|
||||||
bspc rule -a Riot desktop=9
|
bspc rule -a Riot desktop=9
|
||||||
bspc rule -a Element desktop=9
|
bspc rule -a Element desktop=9
|
||||||
|
Loading…
Reference in New Issue
Block a user