From ad327c5ce2a10a22c976001ac7af59a5104b7d2c Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 17 Dec 2016 11:13:47 -0600 Subject: desktop: add volume up/down/mute key bindings --- desktop/.xbindkeysrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 desktop/.xbindkeysrc (limited to 'desktop/.xbindkeysrc') diff --git a/desktop/.xbindkeysrc b/desktop/.xbindkeysrc new file mode 100644 index 0000000..a6b50a3 --- /dev/null +++ b/desktop/.xbindkeysrc @@ -0,0 +1,17 @@ +"aumix -v +5" + XF86AudioRaiseVolume + +"aumix -v -5" + XF86AudioLowerVolume + +"aumute" + XF86AudioMute + +"aumix -v +5" + Mod4 + Prior + +"aumix -v -5" + Mod4 + Next + +"aumute" + Mod4 + Pause -- cgit v1.2.3