aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h
index d2a445a..3abf273 100644
--- a/config.h
+++ b/config.h
@@ -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)