fix(playerctl): XF86AudioNext did not work correctly

This commit is contained in:
Khaïs COLIN 2024-08-23 15:13:19 +02:00
parent 345d754893
commit 403942adce

View file

@ -105,6 +105,7 @@ in
# music player control
# 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 XF86AudioNext" = "spawn 'playerctl next'";
"None XF86Bluetooth" = "spawn 'playerctl play-pause'";
"None XF86Tools" = "spawn 'playerctl previous'";
"None XF86Keyboard" = "spawn 'playerctl next'";