From 25db397560b4ffd6ed1bad94c26e8146f051b4cb Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 20 Jan 2020 02:02:32 +0200 Subject: [PATCH] Small fixes to readme Signed-off-by: Marko Korhonen --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 711817d..89f12cf 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ The configuration file resides at `~/.config/lqsd/config.toml`. There you can se | Key | Explanation | Default | | ---------------- | -------------------------------------------------------------------------------------------- | :-----------------: | -| resume_file | The location where the previous brightness is saved | "/tmp/lqsd-resume" | +| resume_file | The location where the previous brightness is saved | /tmp/lqsd-resume | | idle_level | The minimum brightness that will be dimmed to. Can be a value between 0-100 | 0 | | dim_speed | This sets the "sleep time" between each backlight command. It's in milliseconds | 50 | -| resume_speed | Same as dim_speed, only for the resume operation `-r` | 25 | +| resume_speed | Same as dim_speed, but for the resume operation `-r` | 25 | ## Installation So far, I have only packaged this for [Arch Linux](https://aur.archlinux.org/packages/lqsd)