1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-01 14:37:46 +02: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

View File

@ -9,6 +9,7 @@ The following display managers are featured in this wiki.
- [LightDM](/wiki/linux/lightdm.md) is a lightweight GUI display manager.
- [Lemurs](/wiki/linux/lemurs.md) is a lightweight TUI display manager.
- [Ly](/wiki/linux/ly.md) is a lightweight display manager with consolue UI.
## Use `xinitrc` as `xsession`

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
```