19 lines
390 B
Markdown
19 lines
390 B
Markdown
# 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
|
|
/etc/lightdm_mobile_greeter.json
|
|
```json
|
|
{"user":"<YOUR USERNAME HERE>"}
|
|
```
|
|
|
|
lightdm.conf
|
|
```
|
|
greeter-session=lightdm-mobile-greeter
|
|
user-session=<THE CHOSEN DE TO LAUNCH AFTER SUCCESSFUL LOGIN>
|
|
``` |