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
+13 -12
View File
@@ -1,17 +1,18 @@
hl.monitor({
output = "eDP-1",
mode = "2880x1800@120",
position = "0x0",
scale = 1.25,
bitdepth = 10,
cm = "srgb",
output = "eDP-1",
mode = "2880x1800@120",
position = "0x0",
scale = 1.25,
bitdepth = 10,
cm = "hdr"
})
hl.monitor({
output = "",
mode = "highres@highrr",
position = "auto",
scale = 1,
bitdepth = 10,
cm = "srgb",
output = "",
mode = "preferred",
position = "auto",
scale = 1,
bitdepth = 10,
cm = "srgb"
-- mirror = "eDP-1"
})
+6 -1
View File
@@ -14,7 +14,12 @@ hl.layer_rule({
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({
input = {