config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

commit c1c1693ad7f79c55d8d506057ce9befa01a466ba
parent b7c18988ebe9114c114003178225201b5bb67e0c
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Tue, 12 May 2026 11:03:22 +0200

Propertly disable workspaces >4 in DWM

Diffstat:
M.config/dwm/config.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.config/dwm/config.h b/.config/dwm/config.h @@ -163,11 +163,13 @@ static Key keys[] = { TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) TAGKEYS( XK_4, 3) + /* TAGKEYS( XK_5, 4) TAGKEYS( XK_6, 5) TAGKEYS( XK_7, 6) TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) + */ /* Session */ { MODKEY|ShiftMask, XK_q, spawn, SHCMD("dmenu-dwm-sessionmanager") },