diff --git a/config/monitor.lua b/config/monitor.lua index 2c10085..212be36 100644 --- a/config/monitor.lua +++ b/config/monitor.lua @@ -5,16 +5,16 @@ if HOSTNAME == "honney-main" then position = "0x0", scale = 1, transform = 0, - bitdepth = 10, - cm = "srgb", - sdr_eotf = "default", - sdrbrightness = 1.0, - sdrsaturation = 1.0, - vrr = 0, - supports_wide_color = 1, - supports_hdr = 1, - sdr_min_luminance = 0.2, - sdr_max_luminance = 600, + -- bitdepth = 10, + -- cm = "srgb", + -- sdr_eotf = "default", + -- sdrbrightness = 1.0, + -- sdrsaturation = 1.0, + -- vrr = 0, + -- supports_wide_color = 1, + -- supports_hdr = 1, + -- sdr_min_luminance = 0.2, + -- sdr_max_luminance = 600, }) hl.monitor({ output = "desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609", @@ -22,16 +22,16 @@ if HOSTNAME == "honney-main" then position = "-3840x0", scale = 1, transform = 0, - bitdepth = 10, - cm = "srgb", - sdr_eotf = "default", - sdrbrightness = 1.0, - sdrsaturation = 1.0, - vrr = 0, - supports_wide_color = 1, - supports_hdr = 1, - sdr_min_luminance = 0.2, - sdr_max_luminance = 400, + -- bitdepth = 10, + -- cm = "srgb", + -- sdr_eotf = "default", + -- sdrbrightness = 1.0, + -- sdrsaturation = 1.0, + -- vrr = 0, + -- supports_wide_color = 1, + -- supports_hdr = 1, + -- sdr_min_luminance = 0.2, + -- sdr_max_luminance = 400, }) hl.monitor({ output = "desc:LG Electronics LG ULTRAFINE 503NTKF3L437", @@ -39,16 +39,16 @@ if HOSTNAME == "honney-main" then position = "0x-2160", scale = 1, transform = 2, - bitdepth = 10, - cm = "srgb", - sdr_eotf = "default", - sdrbrightness = 1.0, - sdrsaturation = 1.0, - vrr = 0, - supports_wide_color = 1, - supports_hdr = 1, - sdr_min_luminance = 0.2, - sdr_max_luminance = 400, + -- bitdepth = 10, + -- cm = "srgb", + -- sdr_eotf = "default", + -- sdrbrightness = 1.0, + -- sdrsaturation = 1.0, + -- vrr = 0, + -- supports_wide_color = 1, + -- supports_hdr = 1, + -- sdr_min_luminance = 0.2, + -- sdr_max_luminance = 400, }) hl.monitor({ output = "desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65", diff --git a/config/theme.lua b/config/theme.lua index c75cd0e..d665a39 100644 --- a/config/theme.lua +++ b/config/theme.lua @@ -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