aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorc2023-11-26 13:21:33 -0500
committerc2023-11-26 13:21:33 -0500
commit089634f0a4beda756ab64ff269808a1ba999b2ca (patch)
treee1ed8135f9dfb4958a41d518285d4c7f261bc881
parente216d5b8813ed4a1ac07ec8350c7021b7c44006f (diff)
Volume controls.
-rw-r--r--config.h5
-rwxr-xr-xdwmbin68384 -> 68616 bytes
2 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)
diff --git a/dwm b/dwm
index 79cf41a..c0f986f 100755
--- a/dwm
+++ b/dwm
Binary files differ