From a5b34e584f7de69130af852a6808fb174bdaccaf Mon Sep 17 00:00:00 2001 From: termite Date: Thu, 8 May 2025 13:18:45 -0700 Subject: [PATCH] Fixed being unable to go to first workspace --- i3config | 1 + 1 file changed, 1 insertion(+) diff --git a/i3config b/i3config index 08cac06..2aeb9b6 100644 --- a/i3config +++ b/i3config @@ -130,6 +130,7 @@ bindsym $mod+a focus parent # Define names for default workspaces for which we configure key bindings later on. +set $ws1 "1" set $ws2 "2" set $ws3 "3" set $ws4 "4"