2020-03-01 17:42:12 +13:00
|
|
|
# Lightdm mobile greeter
|
|
|
|
|
|
|
|
A simple log in screen for use on touch screens, designed for use on postmarketOS but should work for others too.
|
|
|
|
|
|
|
|
## Installing
|
|
|
|
```
|
|
|
|
make install
|
|
|
|
```
|
|
|
|
## Configuring
|
2020-04-21 17:51:00 +12:00
|
|
|
As of version 3 I will now try to guess the user.
|
2020-03-01 17:42:12 +13:00
|
|
|
|
|
|
|
lightdm.conf
|
|
|
|
```
|
|
|
|
greeter-session=lightdm-mobile-greeter
|
|
|
|
user-session=<THE CHOSEN DE TO LAUNCH AFTER SUCCESSFUL LOGIN>
|
2020-04-21 17:51:00 +12:00
|
|
|
```
|