mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Use commas in rule examples
This commit is contained in:
parent
e401b427b9
commit
1e6f5242d7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ bspc config gapless_monocle true
|
|||
|
||||
bspc config rule_command "$(which rule_command)"
|
||||
|
||||
rulc -a 'class=="Gimp"' 'desktop=^8 follow=on floating=on'
|
||||
rulc -a 'class=="Gimp"' 'desktop=^8, follow=on, floating=on'
|
||||
rulc -a 'class=="Chromium"' 'desktop=^2'
|
||||
rulc -a 'instance=="mpv"' 'floating=on'
|
||||
rulc -a 'class=="Kupfer.py"' 'focus=on'
|
||||
|
|
Loading…
Add table
Reference in a new issue