1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-08-05 04:57:45 +02:00
wiki/wiki/linux/ly.md
2025-03-12 04:39:04 +01:00

27 lines
651 B
Markdown

# Ly
[Ly](https://github.com/fairyglade) is a lightweight console UI
[display manager](/wiki/linux/display_managers.md).
## Setup
On most linux distributions Ly can be installed with the `ly` package.
This setup needs an executable `~/.xinitrc` file.
If you are not sure about it, use the tests provided in the penultimate step.
Before finishing the setup the functionality should be tested.
This can be done by using one or both of the following commands.
```sh
systemctl start ly.service
```
Finally the [SystemD](/wiki/linux/systemd.md) Ly service needs to be enabled and reboot the
system.
```sh
systemctl enable ly.service`
reboot
```