'README.md' ändern

This commit is contained in:
Kaisa Marysia 2020-01-05 17:47:05 +01:00
parent f94b356b62
commit 90d5316867

View file

@ -33,4 +33,24 @@ Set the the theme which lightdm-webkit2-greeter should use in **/etc/lightdm/lig
webkit_theme = c3c webkit_theme = c3c
``` ```
c3c is the foldername. c3c is the foldername.
If you use a different dm, like GDM from gnome, disable this service
```
systemctl stop gdm
systemctl disable gdm
```
and start lightdm
```
systemctl start lightdm
```
if all works fine and you can login, enable lightdm
```
systemctl enable lightdm
```