Skip to content

Instantly share code, notes, and snippets.

@adelatorrefoss
Created January 23, 2015 12:28
Show Gist options
  • Select an option

  • Save adelatorrefoss/8b327d373743f8ea8e27 to your computer and use it in GitHub Desktop.

Select an option

Save adelatorrefoss/8b327d373743f8ea8e27 to your computer and use it in GitHub Desktop.
Binding multimedia keys in i3 window manager for Lenovo T440s
#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
Copy link

ghost commented Jul 3, 2017

thanks for this post, it solved my issue. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment