1
0
Fork 0
lightdm-mobile-greeter/README.md

19 lines
390 B
Markdown
Raw Normal View History

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
/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>
```