fixes hdr

This commit is contained in:
Hannes
2026-08-13 23:35:58 +02:00
parent 37a84f7a0c
commit 438c2d5425
+9 -1
View File
@@ -151,11 +151,19 @@ if HOSTNAME == "honney-main" then
})
end
if USER == "honney" then
hl.config({
quirks ={
prefer_hdr = 1,
}
})
else
hl.config({
quirks ={
prefer_hdr = 0,
}
})
end
-- hl.config({
-- debug={
@@ -171,7 +179,7 @@ hl.env("GTK_THEME", "Colloid-Dark")
hl.env("GTK_ICON_THEME", "BeautyLine-Garuda")
hl.env("GTK_THEME_VARIANT", "dark")
--
-- Cursor
hl.env("HYPRCURSOR_THEME", "RosePine")
hl.env("HYPRCURSOR_SIZE", "48")
hl.env("XCURSOR_THEME", "RosePine")