mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
touchscreen workspace support, hdr testing
This commit is contained in:
+13
-12
@@ -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"
|
||||
})
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user