aboutsummaryrefslogtreecommitdiff
path: root/SXHkD/.config
diff options
context:
space:
mode:
Diffstat (limited to 'SXHkD/.config')
-rw-r--r--SXHkD/.config/sxhkd/sxhkdrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc
index e50e2e4..7ad1211 100644
--- a/SXHkD/.config/sxhkd/sxhkdrc
+++ b/SXHkD/.config/sxhkd/sxhkdrc
@@ -57,7 +57,7 @@ super + F12
systemctl suspend
# Music and volume
-F{6,7,8}
+super + F{6,7,8}
mpc -q {prev,toggle,next}; \
notify-send "MPD: Track $(mpc --format '%title%' | head -1)";
@@ -65,11 +65,11 @@ XF86Audio{Prev,Next}
mpc -q {prev,next}; \
notify-send "MPD: Track $(mpc --format '%title%' | head -1)";
-{_,super + }F{9,10}
+super + {_,shift + }F{9,10}
kill -44 $(pidof dwmblocks); \
{pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%;
-{_,super + }XF86Audio{Lower,Raise}Volume
+super + {_,shift + }XF86Audio{Lower,Raise}Volume
kill -44 $(pidof dwmblocks); \
{pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%;
@@ -77,7 +77,7 @@ XF86MonBrightness{Down,Up}
xbacklight {-,+}15; \
notify-send "Brightness: $(xbacklight)";
-F{3,4}
+super + F{3,4}
xbacklight {-,+}15; \
notify-send "Brightness: $(xbacklight)";