瀏覽代碼

Auto set locations for main apps

DricomDragon 4 年之前
父節點
當前提交
cedca61f42
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      Install/Templates/home/config/regolith/i3/config

+ 9 - 0
Install/Templates/home/config/regolith/i3/config

@@ -456,6 +456,15 @@ for_window [class="floating_window"] floating enable
 set_from_resource $i3-wm.workspace.auto_back_and_forth i3-wm.workspace.auto_back_and_forth no
 workspace_auto_back_and_forth $i3-wm.workspace.auto_back_and_forth
 
+# Auto scratch windows
+for_window [class="keepassxc"] move scratchpad
+for_window [class="Mumble"] move scratchpad
+
+# Auto set workspaces
+for_window [class="Firefox"] move container to workspace 9
+for_window [class="^Gimp.*"] move container to workspace 19
+for_window [class="Thunderbird"] move container to workspace 10
+
 ###############################################################################
 # Window Resize and Gaps
 ###############################################################################