summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-12 11:03:22 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-12 11:03:22 +0200
commitc1c1693ad7f79c55d8d506057ce9befa01a466ba (patch)
treecb014c83737aaf216a753283b56504fff3eb76f6
parentb7c18988ebe9114c114003178225201b5bb67e0c (diff)
downloadconfig-c1c1693ad7f79c55d8d506057ce9befa01a466ba.tar.gz
config-c1c1693ad7f79c55d8d506057ce9befa01a466ba.zip
Propertly disable workspaces >4 in DWM
-rw-r--r--.config/dwm/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/dwm/config.h b/.config/dwm/config.h
index dd56c43..82b0c3a 100644
--- a/.config/dwm/config.h
+++ b/.config/dwm/config.h
@@ -163,11 +163,13 @@ static Key keys[] = {
163 TAGKEYS( XK_2, 1) 163 TAGKEYS( XK_2, 1)
164 TAGKEYS( XK_3, 2) 164 TAGKEYS( XK_3, 2)
165 TAGKEYS( XK_4, 3) 165 TAGKEYS( XK_4, 3)
166 /*
166 TAGKEYS( XK_5, 4) 167 TAGKEYS( XK_5, 4)
167 TAGKEYS( XK_6, 5) 168 TAGKEYS( XK_6, 5)
168 TAGKEYS( XK_7, 6) 169 TAGKEYS( XK_7, 6)
169 TAGKEYS( XK_8, 7) 170 TAGKEYS( XK_8, 7)
170 TAGKEYS( XK_9, 8) 171 TAGKEYS( XK_9, 8)
172 */
171 173
172 /* Session */ 174 /* Session */
173 { MODKEY|ShiftMask, XK_q, spawn, SHCMD("dmenu-dwm-sessionmanager") }, 175 { MODKEY|ShiftMask, XK_q, spawn, SHCMD("dmenu-dwm-sessionmanager") },

Generated with cgit - Back to sebastiano.tronto.net