hyprland: don't auto-switch monitor to HDR for fullscreen video
This commit is contained in:
parent
f5ea628fdf
commit
e5166187e2
1 changed files with 4 additions and 0 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue