mirror of https://github.com/fairyglade/ly.git
renamed license and readme
This commit is contained in:
parent
10bd01aaeb
commit
d54e047d60
|
|
@ -1,10 +1,10 @@
|
|||
### Ly - a TUI display manager
|
||||
# Ly - a TUI display manager
|
||||
[](https://www.codefactor.io/repository/github/cylgom/ly/overview/master)
|
||||

|
||||
|
||||
Ly is a lightweight, TUI (ncurses-like) display manager for Linux.
|
||||
|
||||
### Dependencies
|
||||
## Dependencies
|
||||
Make sure all the following packages are properly installed and configured
|
||||
before going further:
|
||||
- a C99 compiler (tested with gcc and tcc)
|
||||
|
|
@ -18,7 +18,7 @@ before going further:
|
|||
- tput
|
||||
- shutdown
|
||||
|
||||
### Cloning and Compiling
|
||||
## Cloning and Compiling
|
||||
This repository uses submodules, to clone it properly please use
|
||||
```
|
||||
git clone --recurse-submodules https://github.com/cylgom/ly.git
|
||||
|
|
@ -58,22 +58,22 @@ edit open the configuration and make sure `force_update` is enabled
|
|||
force_update=1
|
||||
```
|
||||
|
||||
### Configuration
|
||||
## Configuration
|
||||
All the configuration takes place in `/etc/ly/config.ini`.
|
||||
The file is commented, and includes useful defaults.
|
||||
|
||||
### Controls
|
||||
## Controls
|
||||
Use the up and down arrow keys to change the current field, and the
|
||||
left and right arrow keys to change the target desktop environment
|
||||
while on the desktop field (above the login field).
|
||||
|
||||
### Tips
|
||||
## Tips
|
||||
The numlock and capslock state is printed in the top-right corner.
|
||||
Use the F1 and F2 keys to respectively shutdown and reboot.
|
||||
Take a look at your .xsession if X doesn't start, as it can interfere
|
||||
(this file is launched with X to configure the display properly).
|
||||
|
||||
### Additional Information
|
||||
## Additional Information
|
||||
The name "Ly" is a tribute to the fairy from the game Rayman.
|
||||
Ly was tested by oxodao, who is some seriously awesome dude.
|
||||
I wish to thank linux-pam, X11 and systemd developers for not
|
||||
Loading…
Reference in New Issue