mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
sway: added gestures for move mode
This commit is contained in:
parent
b956caa085
commit
0c3525302b
|
@ -364,6 +364,15 @@
|
|||
};
|
||||
|
||||
wayland.windowManager.sway.extraConfig = ''
|
||||
mode "move" {
|
||||
bindgesture swipe:right move container to workspace prev; workspace prev
|
||||
bindgesture swipe:left move container to workspace next; workspace next
|
||||
bindgesture pinch:inward+up move up
|
||||
bindgesture pinch:inward+down move down
|
||||
bindgesture pinch:inward+left move left
|
||||
bindgesture pinch:inward+right move right
|
||||
}
|
||||
|
||||
bindgesture swipe:right workspace prev
|
||||
bindgesture swipe:left workspace next
|
||||
|
||||
|
|
Loading…
Reference in a new issue