diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-05-01 09:39:43 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-05-01 09:45:53 -0400 |
| commit | 8f0b3a9c04a7074ca1dbda9ba16377d36070261c (patch) | |
| tree | 7e80903f5fb8ea4d6d8dc02df7bf51b923a9ccca /config.def.h | |
| parent | detailed layout name (diff) | |
| download | dwm-8f0b3a9c04a7074ca1dbda9ba16377d36070261c.tar.gz dwm-8f0b3a9c04a7074ca1dbda9ba16377d36070261c.tar.bz2 dwm-8f0b3a9c04a7074ca1dbda9ba16377d36070261c.zip | |
scratchpad
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 5111a85..1b850db 100644 --- a/config.def.h +++ b/config.def.h @@ -96,6 +96,9 @@ static const Key keys[] = { TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) { MODKEY|ShiftMask, XK_q, quit, {0} }, + { MODKEY, XK_minus, scratchpad_show, {0} }, + { MODKEY|ShiftMask, XK_minus, scratchpad_hide, {0} }, + { MODKEY, XK_equal,scratchpad_remove,{0} }, }; /* button definitions */ |
