Add window rules to sway
This commit is contained in:
parent
129bb880c3
commit
5caa7ee34e
@ -33,6 +33,15 @@ workspace $w10 output $monsec
|
|||||||
workspace $w8 output $monsec
|
workspace $w8 output $monsec
|
||||||
workspace $w9 output $monsec
|
workspace $w9 output $monsec
|
||||||
|
|
||||||
|
## WINDOW RULES
|
||||||
|
for_window {
|
||||||
|
[app_id="firefox"] move container to workspace $w1
|
||||||
|
[app_id="org.keepassxc.KeePassXC"] move container to workspace $w7
|
||||||
|
[app_id="thunderbird"] move container to workspace $w8
|
||||||
|
[class="discord"] move container to workspace $w9
|
||||||
|
[class="Spotify"] move container to workspace $w10
|
||||||
|
}
|
||||||
|
|
||||||
## COSMETICS
|
## COSMETICS
|
||||||
font pango:IBM Plex Sans 12
|
font pango:IBM Plex Sans 12
|
||||||
default_border pixel 4
|
default_border pixel 4
|
||||||
|
Loading…
Reference in New Issue
Block a user