Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created September 30, 2019 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/303ec112651f1341ec37d89089d5b56f to your computer and use it in GitHub Desktop.
Save miguelmota/303ec112651f1341ec37d89089d5b56f to your computer and use it in GitHub Desktop.
Linux i3 audio controls
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment