summaryrefslogtreecommitdiff
path: root/src/dwm/dwm-6.6/config.def.h
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-02-20 18:39:46 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-02-20 18:39:46 -0800
commit69f5ec90fb4efa994226697379b60e016f2f8c0c (patch)
tree8eb5bda8347a209cf20e20d662709da43c846bde /src/dwm/dwm-6.6/config.def.h
parentc69b78b828893b9287cfc10cfa2c63e6ad6113a2 (diff)
dwm scratchpad with -/+/=
Diffstat (limited to 'src/dwm/dwm-6.6/config.def.h')
-rw-r--r--src/dwm/dwm-6.6/config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dwm/dwm-6.6/config.def.h b/src/dwm/dwm-6.6/config.def.h
index 7a94e14..93b891a 100644
--- a/src/dwm/dwm-6.6/config.def.h
+++ b/src/dwm/dwm-6.6/config.def.h
@@ -115,6 +115,9 @@ static const Key keys[] = {
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quitprompt, {0} },
+ { MODKEY, XK_minus, scratchpad_show, {0} },
+ { MODKEY|ShiftMask, XK_minus, scratchpad_hide, {0} },
+ { MODKEY, XK_equal,scratchpad_remove,{0} },
};
/* button definitions */