diff options
| -rwxr-xr-x | config.h | 1 | ||||
| -rwxr-xr-x | dwm | bin | 74928 -> 75040 bytes | |||
| -rw-r--r-- | dwm.o | bin | 63480 -> 63744 bytes |
3 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,7 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, { MODKEY, XK_b, spawn, SHCMD("firefox") }, + { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s") }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) Binary files differBinary files differ |
