aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-07-14 16:22:49 -0700
committerCaroline Larimore <caroline@larimo.re>2025-07-14 16:22:49 -0700
commit9b95999b5c5c12d9b9646d245a3c12fab5f1ded4 (patch)
tree620f3d913e23e42d63bbc9da3a5c853933e3d2ad
parenta9cec0823d9c655672c00735b6b7ee5c858c2acd (diff)
mpv: auto-load external subs
-rw-r--r--modules/home/apps/mpv/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/apps/mpv/default.nix b/modules/home/apps/mpv/default.nix
index e7a62db..565c938 100644
--- a/modules/home/apps/mpv/default.nix
+++ b/modules/home/apps/mpv/default.nix
@@ -14,6 +14,8 @@ in {
config = {
screenshot-format = "png";
screenshot-template = "~/Pictures/Screenshots/mpv/%F/%P";
+
+ sub-auto = "fuzzy";
};
};
};