Merge pull request #379 from KR1470R/aur

add instruction of aur package installation to readme
This commit is contained in:
ShiningLea
2022-06-03 10:03:24 +02:00
committed by GitHub

View File

@@ -1,3 +1,4 @@
# Ly - a TUI display manager
![Ly screenshot](https://user-images.githubusercontent.com/5473047/88958888-65efbf80-d2a1-11ea-8ae5-3f263bce9cce.png "Ly screenshot")
@@ -82,6 +83,12 @@ disable getty on Ly's tty to prevent "login" from spawning on top of it
sudo systemctl disable getty@tty2.service
```
## Arch Linux Installation
From AUR:
```
yay -S ly
```
## Configuration
You can find all the configuration in `/etc/ly/config.ini`.
The file is commented, and includes the default values.