hyprland: don't auto-switch monitor to HDR for fullscreen video

This commit is contained in:
rope 2026-08-20 13:59:17 +01:00
parent f5ea628fdf
commit e5166187e2

View file

@ -175,6 +175,10 @@ in
render = { render = {
direct_scanout = false; direct_scanout = false;
# Fullscreen video advertising HDR made Hyprland flip the monitor
# into HDR mode mid-playback (flicker + "wide color gamut ... not
# in 10-bit mode" toast, since DP-3 is 8-bit). Keep HDR off.
cm_auto_hdr = 0;
}; };
animations = { animations = {