Skip to content

Instantly share code, notes, and snippets.

@jbedo
Created August 23, 2010 04:57
Show Gist options
  • Save jbedo/544810 to your computer and use it in GitHub Desktop.
Save jbedo/544810 to your computer and use it in GitHub Desktop.
Configure volume control keys under wmii
local_events() {
cat << '!'
Keygroup Multimedia
Key XF86AudioMute
amixer sset Master toggle
Key XF86AudioLowerVolume
amixer sset Master 2-
Key XF86AudioRaiseVolume
amixer sset Master 2+
!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment