bspwm: Add rules for FF
This commit is contained in:
parent
05d05995b0
commit
8c3a6bd37b
@ -86,6 +86,14 @@ esac
|
|||||||
|
|
||||||
## Rules
|
## Rules
|
||||||
bspc rule -r '*'
|
bspc rule -r '*'
|
||||||
|
case $HOSTNAME in
|
||||||
|
dsk-cstm-0)
|
||||||
|
# Big boy gets pseudotiled Firefox
|
||||||
|
bspc rule -a Firefox state=pseudo_tiled rectangle=1920x1080+0+0
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
;;
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user