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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,11 @@ Run any command by simply gesturing on your touchpad!
10
10
11
11
### What makes this different over the other implementations?
12
12
13
-
[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
+
[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` which is an unstable API and the output just keeps coming, so it'll eat (some) RAM.
14
+
15
+
Gebaar directly interfaces with libinput to receive and react to the events.
16
+
This is more stable, faster, and more efficient as it **does not parse the output of a program** like the aforementioned projects do.
14
17
15
-
This piece of software directly interfaces with libinput to parse the events, this is both more stable and faster.
0 commit comments