mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
feat(mpv): sane screenshot template
This commit is contained in:
@@ -10,6 +10,7 @@ in {
|
|||||||
config = {
|
config = {
|
||||||
osc = "no";
|
osc = "no";
|
||||||
ytdl-raw-options = lib.concatStringsSep "," [ ''sub-lang="de,en"'' "write-sub=" "write-auto-sub=" ];
|
ytdl-raw-options = lib.concatStringsSep "," [ ''sub-lang="de,en"'' "write-sub=" "write-auto-sub=" ];
|
||||||
|
screenshot-template = "%F-%wH%wM%wS-%#04n";
|
||||||
};
|
};
|
||||||
bindings = {
|
bindings = {
|
||||||
"Alt+RIGHT" = "add video-rotate 90";
|
"Alt+RIGHT" = "add video-rotate 90";
|
||||||
|
|||||||
Reference in New Issue
Block a user