mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-07 12:48:25 +02:00
touchscreen workspace support, hdr testing
This commit is contained in:
@@ -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