Skip to content

Instantly share code, notes, and snippets.

@tilpner
Created October 30, 2016 15:51
Show Gist options
  • Save tilpner/6521c5213f22a53648cfc8e974d49422 to your computer and use it in GitHub Desktop.
Save tilpner/6521c5213f22a53648cfc8e974d49422 to your computer and use it in GitHub Desktop.
# screen brightness
bindsym $mod+F8 exec --no-startup-id xbacklight -10
bindsym $mod+F9 exec --no-startup-id xbacklight +10
bindsym $mod+Shift+F8 exec --no-startup-id xbacklight = 1
bindsym $mod+Shift+F9 exec --no-startup-id xbacklight = 100
# pulse volume
bindsym $mod+z exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10%
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10%
# mpd volume
bindsym $mod+u exec --no-startup-id mpc toggle
bindsym $mod+F5 exec --no-startup-id mpc volume -10
bindsym $mod+F6 exec --no-startup-id mpc volume +10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment