Small fixes to readme

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-20 02:02:32 +02:00
parent a807ef3ee2
commit 25db397560
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -21,10 +21,10 @@ The configuration file resides at `~/.config/lqsd/config.toml`. There you can se
| Key | Explanation | Default | | 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 | | 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 | | 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 ## Installation
So far, I have only packaged this for [Arch Linux](https://aur.archlinux.org/packages/lqsd) So far, I have only packaged this for [Arch Linux](https://aur.archlinux.org/packages/lqsd)