Add information about installation

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-19 23:43:52 +02:00
parent 2e5f372c45
commit 7ff0bd4d20
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -26,8 +26,21 @@ The configuration file resides at `~/.config/lqsd/config.toml`. There you can se
| 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, only for the resume operation `-r` | 25 |
## Installation
So far, I have only packaged this for [Arch Linux](https://aur.archlinux.org/packages/lqsd)
To install it, use your favorite AUR helper, yay for example:
```
yay -S lqsd
```
Or if you don't want to build it from source, a binary version is also available:
```
yay -S lqsd-bin
```
## Why Rust? ## Why Rust?
I wanted start a small project to learn Rust. Before lqsd, I was using [this script](https://github.com/Bonnee/dotfiles/blob/wayland/scripts/bin/dim.sh) and figured, why not rewrite it in Rust. I wanted start a small project to learn Rust. Before lqsd, I was using [this script](https://github.com/Bonnee/dotfiles/blob/wayland/scripts/bin/dim.sh) and figured, why not rewrite it in Rust.
# Mirrors # Mirrors
This repository is mirrored to [GitLab](https://gitlab.com/ReekyMarko/lqsd) and [GitHub](https://github.com/ReekyMarko/lqsd) This repository lives at [ReekyNET Git], but it is also mirrored to [GitLab](https://gitlab.com/ReekyMarko/lqsd) and [GitHub](https://github.com/ReekyMarko/lqsd)