diff options
author | Franck Cuny <franck@fcuny.net> | 2023-03-14 19:11:51 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-03-14 19:11:51 -0700 |
commit | 8182304e95aa99b91154d5c3bb376c7f06d36947 (patch) | |
tree | a103c5eebb9daddc7dfdd2c38e9d67ea88d00ce0 | |
parent | home/shell: a few more tweaks to zsh (diff) | |
download | world-8182304e95aa99b91154d5c3bb376c7f06d36947.tar.gz |
home/mpv: more configuration tweaks
Diffstat (limited to '')
-rw-r--r-- | home/mpv/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home/mpv/default.nix b/home/mpv/default.nix index 380ce69..c2a3a6a 100644 --- a/home/mpv/default.nix +++ b/home/mpv/default.nix @@ -14,6 +14,13 @@ in vo = "gpu"; hwdec = "auto-safe"; gpu-context = "wayland"; + audio-display = "no"; + cache-pause = "no"; + cache = "yes"; + mute = "no"; + osc = "yes"; + screenshot-directory = "~/documents/screenshots/mpv-screenshots/"; + screenshot-format = "png"; }; scripts = lib.attrVals [ "sponsorblock" ] pkgs.mpvScripts; }; |