Skip to content

Instantly share code, notes, and snippets.

@qq7
Created January 19, 2017 17:53
Show Gist options
  • Save qq7/312d616618421d1c7c5a791c05fdb629 to your computer and use it in GitHub Desktop.
Save qq7/312d616618421d1c7c5a791c05fdb629 to your computer and use it in GitHub Desktop.
# Pulse Audio controls
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound
# Sreen brightness controls
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment