touchscreen workspace support, hdr testing

This commit is contained in:
2026-05-29 19:39:07 +02:00
parent d3611e011d
commit b6349ceaec
2 changed files with 19 additions and 13 deletions
+4 -3
View File
@@ -4,14 +4,15 @@ hl.monitor({
position = "0x0", position = "0x0",
scale = 1.25, scale = 1.25,
bitdepth = 10, bitdepth = 10,
cm = "srgb", cm = "hdr"
}) })
hl.monitor({ hl.monitor({
output = "", output = "",
mode = "highres@highrr", mode = "preferred",
position = "auto", position = "auto",
scale = 1, scale = 1,
bitdepth = 10, bitdepth = 10,
cm = "srgb", cm = "srgb"
-- mirror = "eDP-1"
}) })
+6 -1
View File
@@ -14,7 +14,12 @@ hl.layer_rule({
ignore_alpha = 0.5 ignore_alpha = 0.5
}) })
hl.gesture = {fingers = 3, direction = "horizontal", action = "workspace"} hl.gesture = {
fingers = 3,
direction = "horizontal",
action = "workspace",
workspace_swipe_touch = true
}
hl.config({ hl.config({
input = { input = {