The main point of interest and the actual reason for making this issue is I attempted to exhaust possible hyprgrass-binds and have them exec a notification of which bind was used.
Some of these issues may be setting things up incorrectly.
Swipe gestures
None of the swipe gestures work, for instance hyprgrass-bind = , swipe:3:l, exec, notify-send "hyprgrass" "swipe:3:l". I am starting at the center of the screen and swiping leftward with three fingers.
Tap gestures
I've also been able to get any of the tap gestures to work. I am just taping the screen with 3, 4, or 5 fingers.
Edge gestures
These work
Long press gestures
longpress:1 and longpress:2 work. Any finger count greater than 2 is interpreted as longpress:2
Speculation
Because longpressing with three or more fingers is interpreted as a longpress with two fingures, I suspect this is also why swipe and tap gestures are not working, since they require a finger count of at least 3.
I am not sure whether this is because of the hardware I am on or in what ways I could test this.
I'm on a Lenovo Thinkpad x230t, which has tablet functionality.
my flake inputs for hyprland and hyprgrass:
my configuration for hyprgrass:
The main point of interest and the actual reason for making this issue is I attempted to exhaust possible
hyprgrass-bind
s and have them exec a notification of which bind was used.Some of these issues may be setting things up incorrectly.
Swipe gestures
None of the swipe gestures work, for instance
hyprgrass-bind = , swipe:3:l, exec, notify-send "hyprgrass" "swipe:3:l"
. I am starting at the center of the screen and swiping leftward with three fingers.Tap gestures
I've also been able to get any of the tap gestures to work. I am just taping the screen with 3, 4, or 5 fingers.
Edge gestures
These work
Long press gestures
longpress:1
andlongpress:2
work. Any finger count greater than 2 is interpreted aslongpress:2
Speculation
Because longpressing with three or more fingers is interpreted as a longpress with two fingures, I suspect this is also why swipe and tap gestures are not working, since they require a finger count of at least 3.
I am not sure whether this is because of the hardware I am on or in what ways I could test this.
Any insight is appreciated.