From 77e35690ed234424a9a884e57e2c655f5fd03d92 Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Sat, 18 Apr 2020 20:47:30 -0500 Subject: [PATCH] README cleanup --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c8b064..08fefb1 100644 --- a/README.md +++ b/README.md @@ -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 ```