Created
January 23, 2015 12:28
-
-
Save adelatorrefoss/8b327d373743f8ea8e27 to your computer and use it in GitHub Desktop.
Binding multimedia keys in i3 window manager for Lenovo T440s
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
| #bind multimedia keys | |
| bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 1 -- +10% && pactl set-sink-mute 1 0 | |
| bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 1 -- -10% && pactl set-sink-mute 1 0 | |
| bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 1 toggle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for this post, it solved my issue. :)