We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6b5f2 commit 7dda06cCopy full SHA for 7dda06c
1 file changed
modules/features/workstation/apps/video-player.nix
@@ -44,6 +44,8 @@
44
hwdec = "auto";
45
volume-max = 250;
46
keepaspect = true;
47
+ # disable trying to use HDR on non-HDR content
48
+ target-colorspace-hint-mode = "source";
49
};
50
51
scripts = with pkgs.mpvScripts; [
0 commit comments