Quellcode durchsuchen

Auto set locations for main apps

DricomDragon vor 4 Jahren
Ursprung
Commit
cedca61f42
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
  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
 ###############################################################################