瀏覽代碼

Fix workspace locations

Workspace names are tweaked and must be referred by variables.

Otherwise, unreachable workspaces with hardcoded names are created.
DricomDragon 4 年之前
父節點
當前提交
5e11c3aad4
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Install/Templates/home/config/regolith/i3/config

+ 3 - 3
Install/Templates/home/config/regolith/i3/config

@@ -467,9 +467,9 @@ 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
+for_window [class="Firefox"] move container to workspace $ws5
+for_window [class="^Gimp.*"] move container to workspace $ws15
+for_window [class="Thunderbird"] move container to workspace $ws6
 
 ###############################################################################
 # Window Resize and Gaps