disabled hdr due to flickering in games
This commit is contained in:
+2
-2
@@ -72,7 +72,7 @@ if USER == "honney" then
|
||||
render = {
|
||||
direct_scanout = 2,
|
||||
cm_enabled = true,
|
||||
cm_auto_hdr = 1,
|
||||
cm_auto_hdr = 0,
|
||||
}
|
||||
})
|
||||
elseif USER == "teo" then
|
||||
@@ -154,7 +154,7 @@ end
|
||||
if USER == "honney" then
|
||||
hl.config({
|
||||
quirks ={
|
||||
prefer_hdr = 1,
|
||||
prefer_hdr = 0,
|
||||
}
|
||||
})
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user