mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-02 23:17:45 +02:00
linux: added ly display manager
This commit is contained in:
parent
ab0e2f9349
commit
b21e63554e
@ -9,6 +9,7 @@ The following display managers are featured in this wiki.
|
|||||||
|
|
||||||
- [LightDM](/wiki/linux/lightdm.md) is a lightweight GUI display manager.
|
- [LightDM](/wiki/linux/lightdm.md) is a lightweight GUI display manager.
|
||||||
- [Lemurs](/wiki/linux/lemurs.md) is a lightweight TUI 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`
|
## Use `xinitrc` as `xsession`
|
||||||
|
|
||||||
|
26
wiki/linux/ly.md
Normal file
26
wiki/linux/ly.md
Normal 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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user