Created
August 23, 2010 04:57
-
-
Save jbedo/544810 to your computer and use it in GitHub Desktop.
Configure volume control keys under wmii
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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