Skip to content

Instantly share code, notes, and snippets.

@thraizz
Created December 30, 2020 14:15
Show Gist options
  • Save thraizz/81a74ed457d77ef3d56bbdbe3b5cd494 to your computer and use it in GitHub Desktop.
Save thraizz/81a74ed457d77ef3d56bbdbe3b5cd494 to your computer and use it in GitHub Desktop.
XF86 media key bindings using xbindkeys
"pactl set-sink-volume @DEFAULT_SINK@ -1000"
XF86AudioLowerVolume
"pactl set-sink-volume @DEFAULT_SINK@ +1000"
XF86AudioRaiseVolume
"playerctl play-pause"
m:0x0 + c:208
XF86AudioPlay
"playerctl play-pause"
m:0x0 + c:209
XF86AudioPause
"playerctl next"
m:0x0 + c:171
XF86AudioNext
"playerctl previous"
m:0x0 + c:173
XF86AudioPrev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment