touchscreen workspace support, hdr testing
This commit is contained in:
2026-07-07 21:28:46 +02:00
3 changed files with 100 additions and 40 deletions
+6 -5
View File
@@ -1,17 +1,18 @@
hl.monitor({
output = "eDP-1",
mode = "2560x1600@60",
mode = "2880x1800@120",
position = "0x0",
scale = 1.25,
scale = 1,
bitdepth = 10,
cm = "srgb",
cm = "hdr",
})
hl.monitor({
output = "",
mode = "highres@highrr",
mode = "3840x2160@30",
position = "auto",
scale = 1,
scale = 1.5,
bitdepth = 10,
cm = "srgb",
-- mirror = "eDP-1"
})