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