aboutsummaryrefslogtreecommitdiff
path: root/SXHkD/.config/sxhkd
diff options
context:
space:
mode:
Diffstat (limited to 'SXHkD/.config/sxhkd')
-rw-r--r--SXHkD/.config/sxhkd/sxhkdrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc
index 3eede49..023fa9d 100644
--- a/SXHkD/.config/sxhkd/sxhkdrc
+++ b/SXHkD/.config/sxhkd/sxhkdrc
@@ -68,6 +68,10 @@ super + {_,shift + }F{9,10}
kill -44 $(pidof dwmblocks); \
{pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%;
+XF86AudioMute
+ kill -44 $(pidof dwmblocks); \
+ pactl set-sink-mute 0 toggle;
+
XF86MonBrightness{Down,Up}
light -{U,A} 15; \
notify-send "Brightness: $(xbacklight)";