Compare commits

...

2 commits

Author SHA1 Message Date
Andrês
a377ff1fea
Merge e45cee6ad9 into f293418d9d 2024-12-11 21:44:30 +01:00
Andrês
e45cee6ad9
Add extra gesture examples for workspace and focus navigation
Add examples for `bindgesture` using 3- and 4-finger swipes to navigate workspaces and focus containers
2024-11-15 12:46:11 -03:00

View file

@ -559,6 +559,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