feat(void): map scroll lock to previous & pause to next_album

This commit is contained in:
Khaïs COLIN 2024-08-23 15:20:11 +02:00
parent 403942adce
commit 8a3917f117

View file

@ -105,7 +105,9 @@ 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 Scroll_Lock" = "spawn 'playerctl previous'";
"None XF86AudioNext" = "spawn 'playerctl next'"; "None XF86AudioNext" = "spawn 'playerctl next'";
"None Pause" = "spawn 'cmus-remote -C player-next-album'";
"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'";