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

11 lines
332 B
Plaintext
Raw Normal View History

2021-03-29 21:50:36 -05:00
swipe_threshold 25
timeout 0.9
2020-11-05 22:29:58 -06:00
# TODO: sway gestures?
2021-03-29 21:50:36 -05:00
2020-11-05 22:29:58 -06:00
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
2021-03-29 21:50:36 -05:00
2020-05-23 17:31:36 -05:00
gesture swipe left 2 swaymsg seat seat0 cursor press BTN_SIDE && swaymsg seat seat0 cursor release BTN_SIDE