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/gestures.conf

11 lines
332 B
Plaintext
Raw Normal View History

2019-11-14 14:11:36 -06:00
swipe_threshold 25
2019-06-09 09:49:32 -05:00
timeout 0.9
2022-08-26 00:04:32 -05:00
# TODO: sway gestures?
gesture swipe left 3 swaymsg workspace back_and_forth
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