1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-28 17:21:15 +01:00

linux: added ly display manager

This commit is contained in:
tiyn
2025-03-12 04:39:04 +01:00
parent ab0e2f9349
commit b21e63554e
2 changed files with 27 additions and 0 deletions

26
wiki/linux/ly.md Normal file
View File

@@ -0,0 +1,26 @@
# 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
```