feat(void): map scroll lock to previous & pause to next_album
This commit is contained in:
parent
403942adce
commit
8a3917f117
1 changed files with 2 additions and 0 deletions
|
|
@ -105,7 +105,9 @@ 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 Scroll_Lock" = "spawn 'playerctl previous'";
|
||||
"None XF86AudioNext" = "spawn 'playerctl next'";
|
||||
"None Pause" = "spawn 'cmus-remote -C player-next-album'";
|
||||
"None XF86Bluetooth" = "spawn 'playerctl play-pause'";
|
||||
"None XF86Tools" = "spawn 'playerctl previous'";
|
||||
"None XF86Keyboard" = "spawn 'playerctl next'";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue