README fixes
This commit is contained in:
parent
657331d4b9
commit
51df53e8f8
1 changed files with 5 additions and 4 deletions
|
@ -12,10 +12,10 @@ gesture events. The advantage of this is that the synthetic gestures
|
||||||
you define via lisgd can be used on touchscreens, which normal libinput
|
you define via lisgd can be used on touchscreens, which normal libinput
|
||||||
gestures don't support.
|
gestures don't support.
|
||||||
|
|
||||||
This program was built for use on the [Pinephone](); however it could be
|
This program was built for use on the [Pinephone](https://www.pine64.org/pinephone/);
|
||||||
used in general for any device that supports touch events, like laptop
|
however it could be used in general for any device that supports touch events,
|
||||||
touchscreens or similar. You may want to adjust the threshold depending
|
like laptop touchscreens or similar. You may want to adjust the threshold
|
||||||
on the device you're using.
|
depending on the device you're using.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
Configuration can be done in two ways:
|
Configuration can be done in two ways:
|
||||||
|
@ -28,6 +28,7 @@ Example `config.def.h` configuration -- e.g. copy this to `config.h`:
|
||||||
|
|
||||||
### Commandline flags based configuration
|
### Commandline flags based configuration
|
||||||
Flags:
|
Flags:
|
||||||
|
|
||||||
- **-g [fingers,start,end,command]**: Defines a gestures wherein fingers is a integer, start/end are {l,r,d,u}, and command is the command to execute
|
- **-g [fingers,start,end,command]**: Defines a gestures wherein fingers is a integer, start/end are {l,r,d,u}, and command is the command to execute
|
||||||
- Example: `lisgd -g "1,l,r,notify-send swiped lr" -g "1,r,l,noitfy-send swiped rl"`
|
- Example: `lisgd -g "1,l,r,notify-send swiped lr" -g "1,r,l,noitfy-send swiped rl"`
|
||||||
- **-d [devicenodepath]**: Defines the dev filesystem device to monitor
|
- **-d [devicenodepath]**: Defines the dev filesystem device to monitor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue