This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/os/linux/libinput/sway-gestures.conf

6 lines
298 B
Plaintext
Raw Normal View History

2020-11-05 22:29:58 -06:00
# TODO: sway gestures?
gesture swipe left 3 swaymsg workspace back_and_forth
2020-05-23 17:31:36 -05:00
gesture swipe right 2 swaymsg seat seat0 cursor press BTN_EXTRA && swaymsg seat seat0 cursor release BTN_EXTRA
gesture swipe left 2 swaymsg seat seat0 cursor press BTN_SIDE && swaymsg seat seat0 cursor release BTN_SIDE