From 5b9dc3dc3fe8d8fce1457fe1835337e09b59c4b7 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 30 Oct 2024 18:26:52 +0530 Subject: Config sync --- modules/mpv.home.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'modules/mpv.home.nix') 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 # to show menu + mpv-cheatsheet # ? to see hints + # webtorrent-mpv-hook ]; # scriptOpts = { -- cgit v1.3.1