mirror of
https://github.com/swaywm/sway.git
synced 2025-01-12 07:16:32 +01:00
Compare commits
2 commits
c08474c577
...
a377ff1fea
Author | SHA1 | Date | |
---|---|---|---|
|
a377ff1fea | ||
|
e45cee6ad9 |
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue