Modularize sway configs

This commit is contained in:
2024-04-17 01:27:21 -05:00
parent 7f756565a0
commit 6494402d57
7 changed files with 108 additions and 108 deletions

View File

@@ -0,0 +1,16 @@
# vim: set ft=swayconfig:
#
# This file allocates rules for organizing windows
#
for_window {
[app_id="org.mozilla.firefox"] move container to workspace $w1
[app_id="org.mozilla.Thunderbird"] move container to workspace $w7
[app_id="org.keepassxc.KeePassXC"] move container to workspace $w8
[app_id="com.discordapp.Discord"] move container to workspace $w9
[app_id="com.discordapp.Discord"] inhibit_idle visible
[class="Element"] move container to workspace $w9
[class="Element"] inhibit_idle visible
[class="Spotify"] move container to workspace $w10
}