You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ _Gebaar means Gesture in Dutch_
7
7
8
8
Run any command by simply gesturing on your touchpad!
9
9
10
+
### What makes this different over the other implementations?
11
+
12
+
[libinput-gestures](https://github.com/bulletmark/libinput-gestures) and [fusuma](https://github.com/iberianpig/fusuma) both parse the output of the shell command `libinput debug-events`.
13
+
14
+
This piece of software directly interfaces with libinput to parse the events, this is both more stable and faster.
0 commit comments