Skip to content

Instantly share code, notes, and snippets.

@baudneo
Forked from thraizz/.xbindkeysrc
Created June 29, 2022 06:00
Show Gist options
  • Save baudneo/751b3246642a95ed5e7397f1834e1f53 to your computer and use it in GitHub Desktop.
Save baudneo/751b3246642a95ed5e7397f1834e1f53 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