diff options
-rw-r--r-- | config.h | 2 | ||||
-rwxr-xr-x | dwm | bin | 80456 -> 80456 bytes | |||
-rw-r--r-- | dwm.o | bin | 76992 -> 76992 bytes |
3 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ static Key keys[] = { /* modifier key function argument */ { ALTKEY, XK_d, spawn, {.v = dmenucmd } }, { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, - { ALTKEY, XK_Return, togglescratch, {.v = scratchpadcmd } }, + { ALTKEY, XK_s, togglescratch, {.v = scratchpadcmd } }, { MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, { MODKEY, XK_k, focusstack, {.i = -1 } }, Binary files differBinary files differ |