From e780c0a7ec883b31db028777d4bcdefeab5ffeb5 Mon Sep 17 00:00:00 2001 From: ineanto Date: Tue, 30 May 2023 18:20:28 +0200 Subject: [PATCH] fix(i3): index workspaces --- dot_config/i3/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dot_config/i3/config b/dot_config/i3/config index 0f22d6f..46d4d57 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -192,11 +192,11 @@ bindsym $mod+Shift+s exec kazam # 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 "base" -set $ws2 "launchpad" -set $ws3 "web" -set $ws4 "other" -set $ws5 "music" +set $ws1 "1:base" +set $ws2 "2:launchpad" +set $ws3 "3:web" +set $ws4 "4:other" +set $ws5 "5:music" set $ws6 "6" set $ws7 "7" set $ws8 "8"