all the changes!

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2020-12-09 00:34:57 +03:00
parent 73612a2fd9
commit 07b4a0a325
22 changed files with 119 additions and 50 deletions

11
homedir/.config/bspwm/rules Executable file
View File

@@ -0,0 +1,11 @@
#!/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