feat: fix hdr, again.
All checks were successful
/ cache (push) Successful in 1m19s

This commit is contained in:
CronyAkatsuki 2026-04-16 16:01:06 +02:00
parent dc8a09b44d
commit 9b0dd56aae

View file

@ -136,7 +136,7 @@ in {
monitor = [
"HDMI-A-1, 1920x1080@144, 0x0, 1"
"DP-1, 1920x1080@165, 0x0, 1, bitdepth, 10, cm, auto"
"DP-2, 2560x1440@179.98, 0x0, 1, bitdepth, 10, cm, wide"
"DP-2, 2560x1440@179.98, 0x0, 1, bitdepth, 10"
"eDP-1, 1920x1080, 0x0, 1"
"sunshine, 1920x1080@165, 0x0, 1"
];
@ -168,7 +168,7 @@ in {
};
misc = {
vrr = 3;
vrr = 1;
};
input = {
@ -316,6 +316,9 @@ in {
# Set game type for megabonk
"match:class ^(Megabonk.x86_64), content game"
# Set game type for games made in love
"match:class ^(love), content game"
# Enable tearing for games
"immediate yes, match:content 3"