diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-07-14 16:22:49 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-07-14 16:22:49 -0700 |
| commit | 9b95999b5c5c12d9b9646d245a3c12fab5f1ded4 (patch) | |
| tree | 620f3d913e23e42d63bbc9da3a5c853933e3d2ad /modules/home/apps/mpv/default.nix | |
| parent | a9cec0823d9c655672c00735b6b7ee5c858c2acd (diff) | |
mpv: auto-load external subs
Diffstat (limited to 'modules/home/apps/mpv/default.nix')
| -rw-r--r-- | modules/home/apps/mpv/default.nix | 2 |
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"; }; }; }; |