Add rest of titles to i3 workspaces.

This commit is contained in:
2026-07-16 17:14:00 -07:00
parent b1ae3a7587
commit a94b8cdd72
+14 -11
View File
@@ -117,16 +117,16 @@ bindsym $mod+a focus parent
# Define names for default workspaces for which we configure key bindings later on.
# We use variables to avoid repeating the names in multiple places.
set $ws1 "1 - CMD"
set $ws2 "2 - WEB"
set $ws3 "3 - PRG"
set $ws4 "4"
set $ws5 "5"
set $ws6 "6"
set $ws7 "7"
set $ws8 "8"
set $ws9 "9"
set $ws10 "10"
set $ws1 "1 - CMD" # Command Line
set $ws2 "2 - WEB" # Web Surfing
set $ws3 "3 - PRG" # Programming
set $ws4 "4 - FLT" # Flutter
set $ws5 "5 - CHT" # Chats
set $ws6 "6 - EDT" # Editors
set $ws7 "7 - ENT" # Entertainment
set $ws8 "8 - MUS" # Music
set $ws9 "9 - VID" # Videos
set $ws10 "10 - VPN" # VPNs
# switch to workspace
bindsym $mod+1 workspace number $ws1
@@ -155,7 +155,10 @@ bindsym $mod+Shift+0 move container to workspace number $ws10
## Keep certain programs in certain tabs. ##
assign [class="(?i)Navigator"] $ws2
assign [class="(?i).*Firefox.*"] $ws2
assign [class="(?i).*Brave.*"] $ws2
assign [class="(?i).*Codium.*"] $ws3
assign [class="(?i).*Code.*"] $ws4
assign [class="(?i).*VPN.*"] $ws10
assign [class="(?i).*Mullvad.*"] $ws10