fix(playerctl): XF86AudioNext did not work correctly
This commit is contained in:
parent
345d754893
commit
403942adce
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ in
|
||||||
# music player control
|
# music player control
|
||||||
# We have to specify None as the modifier, else riverctl complains that XF86Etc is not a valid modifier
|
# We have to specify None as the modifier, else riverctl complains that XF86Etc is not a valid modifier
|
||||||
"None XF86AudioPlay" = "spawn 'playerctl play-pause'";
|
"None XF86AudioPlay" = "spawn 'playerctl play-pause'";
|
||||||
|
"None XF86AudioNext" = "spawn 'playerctl next'";
|
||||||
"None XF86Bluetooth" = "spawn 'playerctl play-pause'";
|
"None XF86Bluetooth" = "spawn 'playerctl play-pause'";
|
||||||
"None XF86Tools" = "spawn 'playerctl previous'";
|
"None XF86Tools" = "spawn 'playerctl previous'";
|
||||||
"None XF86Keyboard" = "spawn 'playerctl next'";
|
"None XF86Keyboard" = "spawn 'playerctl next'";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue