From 599e5e60d6d1364ccf1e2c2358b49fdee126f470 Mon Sep 17 00:00:00 2001 From: jstmax! Date: Thu, 30 Oct 2025 23:50:45 +0100 Subject: fixed a small issue in the i3 config that caused the user to not be able to use the 4th workspace, also, how did that double quote disappear.. --- cfg/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg/i3/config') diff --git a/cfg/i3/config b/cfg/i3/config index 3161c9c..6bb9098 100644 --- a/cfg/i3/config +++ b/cfg/i3/config @@ -81,7 +81,7 @@ exec --no-startup-id i3-msg gaps vertical all set 8 set $ws1 "1:f" set $ws2 "2:u" set $ws3 "3:c" -set $ws4 "4:k +set $ws4 "4:k" set $ws5 "5:my" set $ws6 "6:l" set $ws7 "7:i" -- cgit v1.3.1