mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 11:44:55 +00:00
Merge pull request #379 from KR1470R/aur
add instruction of aur package installation to readme
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
# Ly - a TUI display manager
|
# Ly - a TUI display manager
|
||||||

|

|
||||||
|
|
||||||
@@ -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
|
sudo systemctl disable getty@tty2.service
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Arch Linux Installation
|
||||||
|
From AUR:
|
||||||
|
```
|
||||||
|
yay -S ly
|
||||||
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
You can find all the configuration in `/etc/ly/config.ini`.
|
You can find all the configuration in `/etc/ly/config.ini`.
|
||||||
The file is commented, and includes the default values.
|
The file is commented, and includes the default values.
|
||||||
|
|||||||
Reference in New Issue
Block a user