Add sway swipe gestures
This commit is contained in:
parent
80cd03dd36
commit
f72c504afd
1 changed files with 10 additions and 0 deletions
|
@ -59,3 +59,13 @@ bindsym $mod+Shift+minus move scratchpad
|
||||||
bindsym $mod+minus scratchpad show
|
bindsym $mod+minus scratchpad show
|
||||||
|
|
||||||
bindsym $mod+t layout toggle tabbed split
|
bindsym $mod+t layout toggle tabbed split
|
||||||
|
|
||||||
|
# Swipe to swap workspaces
|
||||||
|
bindgesture swipe:right workspace prev
|
||||||
|
bindgesture swipe:left workspace next
|
||||||
|
|
||||||
|
# Allow container movements by pinching them
|
||||||
|
bindgesture pinch:inward+up move up
|
||||||
|
bindgesture pinch:inward+down move down
|
||||||
|
bindgesture pinch:inward+left move left
|
||||||
|
bindgesture pinch:inward+right move right
|
||||||
|
|
Loading…
Add table
Reference in a new issue