summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjstmax! <maxwasmailed@proton.me>2025-10-30 23:50:45 +0100
committerjstmax! <maxwasmailed@proton.me>2025-10-30 23:50:45 +0100
commit599e5e60d6d1364ccf1e2c2358b49fdee126f470 (patch)
tree94f4524a5a49499d6b120d30517404e85371ee34
parent75c92bd100a3b6e8c969a15b762f046672e9c644 (diff)
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..
-rw-r--r--cfg/i3/config2
1 files changed, 1 insertions, 1 deletions
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"