allow volume to go above 100%
[~bandali/configs] / sxhkd / .config / sxhkd / sxhkdrc
index 12303f5..9a5a1fb 100644 (file)
@@ -86,6 +86,9 @@ super + Return
 super + space
        dmenu_run -fn "-*-termsyn-medium-r-normal-*-13-*-*-*-c-*-*-1" -h 20 -nb \#2f2b30 -nf \#fefdfb -sb \#cf0f38 -sf \#fefdfb
 
+super + x
+    slimlock
+
 # make sxhkd reload its configuration files:
 super + Escape
        pkill -USR1 -x sxhkd
@@ -102,12 +105,30 @@ XF86KbdBrightnessDown
 XF86KbdBrightnessUp
        kbdlight up
 
+#XF86AudioRaiseVolume
+#    pulseaudio-ctl up
+
+#XF86AudioLowerVolume
+#    pulseaudio-ctl down
+
+#XF86AudioMute
+#    pulseaudio-ctl mute
+
+XF86AudioPlay
+    mpc toggle
+
+XF86AudioPrev
+    mpc prev
+
+XF86AudioNext
+    mpc next
+
 XF86AudioRaiseVolume
-       pamixer --increase 5;\
+       pamixer --allow-boost --increase 5;\
        pamixer --get-volume > /tmp/volinfo
 
 XF86AudioLowerVolume
-       pamixer --decrease 5;\
+       pamixer  --allow-boost --decrease 5;\
         pamixer --get-volume > /tmp/volinfo
 
 XF86AudioMute