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:
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
|
||||
```
|
||||
Reference in New Issue
Block a user