Skip to content

Instantly share code, notes, and snippets.

@nosrednawall
Created July 23, 2019 22:09
Show Gist options
  • Save nosrednawall/ff47d220fa709fa88d49a26326f36c2e to your computer and use it in GitHub Desktop.
Save nosrednawall/ff47d220fa709fa88d49a26326f36c2e to your computer and use it in GitHub Desktop.
manage sound with keyboard in i3wm
bindsym XF86AudioRaiseVolume exec "amixer sset 'Master',0 5%+ unmute"
bindsym XF86AudioLowerVolume exec "amixer sset 'Master',0 5%- unmute"
bindsym XF86AudioMute exec "amixer sset Master,0 toggle"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment