dotfiles/homedir/.config/bspwm/rules
fbt 07b4a0a325 all the changes!
Signed-off-by: fbt <fbt@fleshless.org>
2020-12-09 00:34:57 +03:00

12 lines
419 B
Bash
Executable File

#!/usr/bin/env bash
# Clear the rules before adding any
while read -r rule _; do bspc rule -r "$rule"; done < <(bspc rule -l)
# Now add the rules
bspc rule -a 'firefox' desktop=^2 state=tiled
bspc rule -a 'steam_app_359320' desktop=^5
bspc rule -a 'steam_app_397540' desktop=^5
bspc rule -a 'Steam' desktop=^8
bspc rule -a '*' state=floating