nix: fixed keybind for backwards on mpris
This commit is contained in:
parent
52f82e0c5c
commit
4935bdffe3
|
@ -113,7 +113,7 @@ in
|
||||||
"Mod1+plus" = "exec --no-startup-id playerctl volume 0.1+";
|
"Mod1+plus" = "exec --no-startup-id playerctl volume 0.1+";
|
||||||
"Mod1+bracketleft" = "exec --no-startup-id playerctl position 10-";
|
"Mod1+bracketleft" = "exec --no-startup-id playerctl position 10-";
|
||||||
"Mod1+bracketright" = "exec --no-startup-id playerctl position 10+";
|
"Mod1+bracketright" = "exec --no-startup-id playerctl position 10+";
|
||||||
"Mod1+l" = "exec --no-startup-id playerctl next";
|
"Mod1+l" = "exec --no-startup-id playerctl previous";
|
||||||
"Mod1+semicolon" = "exec --no-startup-id playerctl play-pause";
|
"Mod1+semicolon" = "exec --no-startup-id playerctl play-pause";
|
||||||
"Mod1+apostrophe" = "exec --no-startup-id playerctl next";
|
"Mod1+apostrophe" = "exec --no-startup-id playerctl next";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue