README cleanup
This commit is contained in:
parent
437a1f4ee8
commit
77e35690ed
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ Configuration can be done in two ways:
|
|||
2. Through commandline flags which override the default config.h values
|
||||
|
||||
### Suckless-style config.h based configuration
|
||||
Example `config.def.h` configuration -- e.g. copy this to `config.h`:
|
||||
Copy the example `config.def.h` configuration to `config.h`.
|
||||
|
||||
### Commandline flags based configuration
|
||||
Flags:
|
||||
|
@ -39,6 +39,7 @@ Flags:
|
|||
- Example: `lisgd -v`
|
||||
|
||||
Full commandline-based configuration example:
|
||||
|
||||
```
|
||||
lisgd -d /dev/input/input1 -g "1,left,right,notify-send swiped lr" -t 200 -v
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue