Created
July 23, 2019 22:09
-
-
Save nosrednawall/ff47d220fa709fa88d49a26326f36c2e to your computer and use it in GitHub Desktop.
manage sound with keyboard in i3wm
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
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