From a94b8cdd72e989adb5948d339f8cb493fb1874d8 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 16 Jul 2026 17:14:00 -0700 Subject: [PATCH] Add rest of titles to i3 workspaces. --- files/settings/i3.config | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/files/settings/i3.config b/files/settings/i3.config index 8df00e0..fb02877 100644 --- a/files/settings/i3.config +++ b/files/settings/i3.config @@ -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