From a93a34e546c17e167864c83f96503dc6a1ed04f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 3 Nov 2021 12:24:12 +0100 Subject: [PATCH] feat(mpv): sane screenshot template --- configs/mpv.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/mpv.nix b/configs/mpv.nix index 4709c59..7c17b2b 100644 --- a/configs/mpv.nix +++ b/configs/mpv.nix @@ -10,6 +10,7 @@ in { config = { osc = "no"; ytdl-raw-options = lib.concatStringsSep "," [ ''sub-lang="de,en"'' "write-sub=" "write-auto-sub=" ]; + screenshot-template = "%F-%wH%wM%wS-%#04n"; }; bindings = { "Alt+RIGHT" = "add video-rotate 90";