diff options
Diffstat (limited to 'src/dwm/dwm-6.6/config.def.h')
| -rw-r--r-- | src/dwm/dwm-6.6/config.def.h | 3 |
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 */ |
