Skip to content

Instantly share code, notes, and snippets.

@kroovysteph
Created October 4, 2016 12:28
Show Gist options
  • Save kroovysteph/39303fa50bdf8c88b9be38be9f60c165 to your computer and use it in GitHub Desktop.
Save kroovysteph/39303fa50bdf8c88b9be38be9f60c165 to your computer and use it in GitHub Desktop.
(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