niri
niri copied to clipboard
Add support for using a different amount of fingers for swiping.
This removes the hardcoded prerequisite of using three fingers to use the swipe gesture. Instead one can configure it by setting gesture-swipe-fingers
in the input
section.
A working example is:
input {
gesture-swipe-fingers 4
}