diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-20 18:39:46 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-20 18:39:46 -0800 |
| commit | 5b8463c04f0e3620467bdd4c27397c68b14dde5a (patch) | |
| tree | f2def68100383365d2e0c9ae3004916b81eb36be /tree/src/dwm/dwm-6.6/config.def.h | |
| parent | bc701dc35fe084196244f45a93bcac4d119c1f76 (diff) | |
dwm scratchpad with -/+/=
Diffstat (limited to 'tree/src/dwm/dwm-6.6/config.def.h')
| -rw-r--r-- | tree/src/dwm/dwm-6.6/config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tree/src/dwm/dwm-6.6/config.def.h b/tree/src/dwm/dwm-6.6/config.def.h index 7a94e14..93b891a 100644 --- a/tree/src/dwm/dwm-6.6/config.def.h +++ b/tree/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 */ |
