diff options
Diffstat (limited to 'modules/mpv.home.nix')
| -rw-r--r-- | modules/mpv.home.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/modules/mpv.home.nix b/modules/mpv.home.nix index 00b13b4..c6f0a1b 100644 --- a/modules/mpv.home.nix +++ b/modules/mpv.home.nix @@ -14,10 +14,15 @@ hwdec = "auto-safe"; vo = "gpu"; profile = "gpu-hq"; + save-position-on-quit = true; }; - scripts = [ - pkgs.mpvScripts.uosc + scripts = with pkgs.mpvScripts; [ + uosc + videoclip # c to clip + youtube-upnext # <c-u> to show menu + mpv-cheatsheet # ? to see hints + # webtorrent-mpv-hook ]; # scriptOpts = { |
