Skip to content

Commit d9dec17

Browse files
committed
Clarifying the README some more
1 parent a7f7ded commit d9dec17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Run any command by simply gesturing on your touchpad!
1010

1111
### What makes this different over the other implementations?
1212

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.
1417

15-
This piece of software directly interfaces with libinput to parse the events, this is both more stable and faster.
1618

1719
### How to build and install
1820

0 commit comments

Comments
 (0)