'README.md' ändern

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

View file

@ -34,3 +34,23 @@ webkit_theme = c3c
```
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
```