@@ -149,26 +149,26 @@ binds {
149149 //
150150 // For example, with 2 workspaces + 1 empty, indices 3, 4, 5 and so on
151151 // will all refer to the 3rd workspace.
152- //Mod+1 { focus-workspace "1terminal"; }
153- //Mod+2 { focus-workspace "2browser"; }
154- //Mod+3 { focus-workspace "3chat"; }
155- //Mod+4 { focus-workspace "4music"; }
156- //Mod+5 { focus-workspace "5mail"; }
157- //Mod+6 { focus-workspace "6file"; }
158- //Mod+7 { focus-workspace 7 ; }
159- //Mod+8 { focus-workspace 8 ; }
160- //Mod+9 { focus-workspace 9 ; }
161- //Mod+0 { focus-workspace "0other"; }
162- //Mod+Ctrl+1 { move-column-to-workspace "1terminal"; }
163- //Mod+Ctrl+2 { move-column-to-workspace "2browser"; }
164- //Mod+Ctrl+3 { move-column-to-workspace "3chat"; }
165- //Mod+Ctrl+4 { move-column-to-workspace "4music"; }
166- //Mod+Ctrl+5 { move-column-to-workspace "5mail"; }
167- //Mod+Ctrl+6 { move-column-to-workspace "6file"; }
168- //Mod+Ctrl+7 { move-column-to-workspace 7 ; }
169- //Mod+Ctrl+8 { move-column-to-workspace 8 ; }
170- //Mod+Ctrl+9 { move-column-to-workspace 9 ; }
171- //Mod+Ctrl+0 { move-column-to-workspace "0other"; }
152+ // Mod+1 { focus-workspace "1terminal"; }
153+ // Mod+2 { focus-workspace "2browser"; }
154+ // Mod+3 { focus-workspace "3chat"; }
155+ // Mod+4 { focus-workspace "4music"; }
156+ // Mod+5 { focus-workspace "5mail"; }
157+ // Mod+6 { focus-workspace "6file"; }
158+ // Mod+7 { focus-workspace "7" ; }
159+ // Mod+8 { focus-workspace "8" ; }
160+ // Mod+9 { focus-workspace "9" ; }
161+ // Mod+0 { focus-workspace "0other"; }
162+ // Mod+Ctrl+1 { move-column-to-workspace "1terminal"; }
163+ // Mod+Ctrl+2 { move-column-to-workspace "2browser"; }
164+ // Mod+Ctrl+3 { move-column-to-workspace "3chat"; }
165+ // Mod+Ctrl+4 { move-column-to-workspace "4music"; }
166+ // Mod+Ctrl+5 { move-column-to-workspace "5mail"; }
167+ // Mod+Ctrl+6 { move-column-to-workspace "6file"; }
168+ // Mod+Ctrl+7 { move-column-to-workspace "7" ; }
169+ // Mod+Ctrl+8 { move-column-to-workspace "8" ; }
170+ // Mod+Ctrl+9 { move-column-to-workspace "9" ; }
171+ // Mod+Ctrl+0 { move-column-to-workspace "0other"; }
172172
173173 // use index to name workspaces
174174 Mod+1 { focus-workspace 1 ; }
0 commit comments