From 39fe0e50bbf25417399b7546744431ec58d459a8 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sat, 17 Sep 2022 21:14:18 +0200 Subject: [PATCH] config: i3: rename workspace '10' to 'A' Switching to workspace '1' causes to also move workspace '10'. --- config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/i3/config b/config/i3/config index a75fbfb..2c6685b 100644 --- a/config/i3/config +++ b/config/i3/config @@ -108,7 +108,7 @@ set $ws6 "6" set $ws7 "7" set $ws8 "8" set $ws9 "9" -set $ws10 "10" +set $ws10 "A" # switch to workspace bindsym $mod+1 [workspace=$ws1] move workspace to output current, workspace $ws1