Mpv + keybindings
This commit is contained in:
parent
c6755a6692
commit
6c3e229ad6
3 changed files with 11 additions and 2 deletions
9
hm_modules/mpv.nix
Normal file
9
hm_modules/mpv.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
bindings = {
|
||||
"Ctrl+Right" = "playlist-next";
|
||||
"Ctrl+Left" = "playlist-prev";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue