mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/desktop: update mpv config
This commit is contained in:
parent
ea278d3ef9
commit
a62ae7b75c
@ -97,6 +97,7 @@ in {
|
||||
};
|
||||
|
||||
bindings = {
|
||||
"Ctrl+s" = "playlist-shuffle";
|
||||
"Alt+h" = "seek -5";
|
||||
"Alt+l" = "seek 5";
|
||||
"Alt+H" = "add chapter -1";
|
||||
@ -111,7 +112,6 @@ in {
|
||||
# Ehhh, they're more getting in the way than just existing...
|
||||
"f" = "ignore";
|
||||
"T" = "ignore";
|
||||
"Ctrl+s" = "ignore";
|
||||
"Alt+s" = "ignore";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user