This commit is contained in:
Andrês 2026-05-22 11:59:54 +08:00 committed by GitHub
commit 11f0840417
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -583,6 +583,18 @@ runtime.
bindgesture swipe:right workspace prev
bindgesture swipe:left workspace next
# Allow switching between workspaces with left and right three four swipes swipes
bindgesture swipe:4:right workspace prev
bindgesture swipe:4:left workspace next
# Allow switching focus with three finger swipes
bindgesture swipe:3:right focus right
bindgesture swipe:3:left focus left
bindgesture swipe:3:up focus up
bindgesture swipe:3:down focus down
# Allow container movements by pinching them
bindgesture pinch:inward+up move up
bindgesture pinch:inward+down move down