bspwm: Make Element rule more robust, fix sxhkd spawning ad nauseum
This commit is contained in:
parent
1cd07a5de1
commit
d56e3c505e
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
## Start a hotkey daemon
|
## Start a hotkey daemon
|
||||||
sxhkd &
|
pgrep sxhkd || sxhkd &
|
||||||
|
|
||||||
## Monitor allocation
|
## Monitor allocation
|
||||||
# Honestly pretty complex
|
# Honestly pretty complex
|
||||||
@ -80,7 +80,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 (Riot)" desktop=9
|
bspc rule -a Element desktop=9
|
||||||
bspc rule -a discord desktop=9
|
bspc rule -a discord desktop=9
|
||||||
bspc rule -a spotify desktop=10
|
bspc rule -a spotify desktop=10
|
||||||
bspc rule -a cantata desktop=10
|
bspc rule -a cantata desktop=10
|
||||||
|
Loading…
Reference in New Issue
Block a user