Created
December 30, 2020 14:15
-
-
Save thraizz/81a74ed457d77ef3d56bbdbe3b5cd494 to your computer and use it in GitHub Desktop.
XF86 media key bindings using xbindkeys
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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