mpv: Disable autocrop on start of playback

This commit is contained in:
Mikael Voss 2024-08-12 00:48:40 +02:00
parent 0f01394cc4
commit c4c74bfc22
No known key found for this signature in database

View file

@ -210,6 +210,10 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
autocrop autocrop
autodeint autodeint
]; ];
scriptOpts = {
autocrop.auto = false;
};
}; };
programs.texlive = { programs.texlive = {