|
|
@ -29,14 +29,15 @@ Copy the example `config.def.h` configuration to `config.h`. |
|
|
|
### Commandline flags based configuration |
|
|
|
### Commandline flags based configuration |
|
|
|
Flags: |
|
|
|
Flags: |
|
|
|
|
|
|
|
|
|
|
|
- **-g [fingers,start,end,command]**: Defines a gesture 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"` |
|
|
|
|
|
|
|
- **-d [devicenodepath]**: Defines the dev filesystem device to monitor |
|
|
|
- **-d [devicenodepath]**: Defines the dev filesystem device to monitor |
|
|
|
- Example: `lisgd -d /dev/input/input1` |
|
|
|
- Example: `lisgd -d /dev/input/input1` |
|
|
|
- **-t [threshold_units]**: Number of libinput units (number) minimum to recognize a gesture |
|
|
|
- **-t [threshold_units]**: Number of libinput units (number) minimum to recognize a gesture |
|
|
|
- Example: `lisgd -t 400` |
|
|
|
- Example: `lisgd -t 400` |
|
|
|
- **-v**: Verbose mode, useful for debugging |
|
|
|
- **-v**: Verbose mode, useful for debugging |
|
|
|
- Example: `lisgd -v` |
|
|
|
- Example: `lisgd -v` |
|
|
|
|
|
|
|
- **-g [fingers,start,end,command]**: Defines a gesture; wherein fingers is a integer, start/end are {l,r,d,u}, and command is the command to execute |
|
|
|
|
|
|
|
- Single Gesture Example: `lisgd -g "1,l,r,notify-send swiped lr"` |
|
|
|
|
|
|
|
- Multiple Gestures Example: `lisgd -g "1,l,r,notify-send swiped lr" -g "1,r,l,noitfy-send swiped rl"` |
|
|
|
|
|
|
|
|
|
|
|
Full commandline-based configuration example: |
|
|
|
Full commandline-based configuration example: |
|
|
|
|
|
|
|
|
|
|
|