complete revision of gestures, using new edge system

Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
Maarten van Gompel 2020-08-09 19:37:22 +02:00
parent 72cc974f20
commit 6448587eb8
6 changed files with 192 additions and 21 deletions

View file

@ -426,7 +426,7 @@ writefile(char *filepath, char *str)
}
void usage() {
fprintf(stderr, "Usage: sxmo_screenlock [--screen-off] [--suspend]\n");
fprintf(stderr, "Usage: sxmo_screenlock [--screen-off] [--suspend] [--wake-interval n]\n");
}