Skip to content

Commit

Permalink
Modified to use pulseaudio-ctl
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnerwala committed Mar 30, 2015
1 parent 5de01b9 commit 5f56f4f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions keyboard/.xbindkeysrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,18 @@
#keystate_capslock = enable
#keystate_scrolllock= enable

"pamixer --toggle-mute"
"pulseaudio-ctl mute"
XF86AudioMute

"pamixer --increase 5"
"pulseaudio-ctl up 5"
XF86AudioRaiseVolume

"pamixer --decrease 5"
"pulseaudio-ctl down 5"
XF86AudioLowerVolume

"pulseaudio-ctl mute-input"
XF86AudioMicMute

"xbacklight -dec 5"
XF86MonBrightnessDown

Expand Down

0 comments on commit 5f56f4f

Please sign in to comment.