add pulseaudio-ctl config and use it with sxhkd
authorAmin Bandali <me@aminb.org>
Sun, 26 Oct 2014 16:42:21 +0000 (12:42 -0400)
committerAmin Bandali <me@aminb.org>
Sun, 26 Oct 2014 16:42:21 +0000 (12:42 -0400)
pulseaudio-ctl/.config/pulseaudio-ctl/config [new file with mode: 0644]
sxhkd/.config/sxhkd/sxhkdrc

diff --git a/pulseaudio-ctl/.config/pulseaudio-ctl/config b/pulseaudio-ctl/.config/pulseaudio-ctl/config
new file mode 100644 (file)
index 0000000..ff2388a
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# $HOME/.config/pulseaudio-ctl/pulseaudio-ctl.conf
+#
+
+# The default setting is for pulseaudio-ctl to NOT increase to volume level
+# above 100 % but Some users may wish exceed this level. If this describes
+# your use case, uncomment the UPPER_THRESHOLD variable below setting it to
+# the new upper threshold.
+# 
+UPPER_THRESHOLD=120
index 5f5534c..263debc 100644 (file)
@@ -102,6 +102,15 @@ XF86KbdBrightnessDown
 XF86KbdBrightnessUp
        kbdlight up
 
+XF86AudioRaiseVolume
+    pulseaudio-ctl up
+
+XF86AudioLowerVolume
+    pulseaudio-ctl down
+
+XF86AudioMute
+    pulseaudio-ctl mute
+
 #XF86AudioRaiseVolume
 #      pamixer --increase 5;\
 #      pamixer --get-volume > /tmp/volinfo