Created
October 4, 2016 12:28
-
-
Save kroovysteph/39303fa50bdf8c88b9be38be9f60c165 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(xbindkey '("XF86AudioMute") "amixer toggle Master mute") | |
(xbindkey '("XF86AudioMicMute") "amixer set Capture toggle") | |
(xbindkey '("XF86AudioRaiseVolume") "amixer set Master 5%+ unmute") | |
(xbindkey '("XF86AudioLowerVolume") "amixer set Master 5%- unmute") | |
(xbindkey '("XF86Launch1") "i3lock -c 000000 -i /home/kroovy/.i3lock/background.png") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment