diff options
-rw-r--r-- | config.h | 5 | ||||
-rwxr-xr-x | dwm | bin | 68384 -> 68616 bytes |
2 files changed, 5 insertions, 0 deletions
@@ -127,6 +127,11 @@ static const Key keys[] = { { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, { MODKEY|ShiftMask, XK_q, quit, {0} }, + + { 0, 0x1008ff13, spawn, SHCMD("/home/c/.local/bin/setvol.sh i") }, + { 0, 0x1008ff11, spawn, SHCMD("/home/c/.local/bin/setvol.sh d") }, + { 0, 0x1008ff12, spawn, SHCMD("/home/c/.local/bin/setvol.sh m") }, + TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) Binary files differ |