a842062948
This makes sure mce doesn't just lock the session after a few seconds and is then unable to unlock it
9 lines
254 B
Bash
9 lines
254 B
Bash
#!/bin/sh
|
|
|
|
rc-update add tinydm default
|
|
rc-update add bluetooth default
|
|
rc-update add mce default
|
|
rc-update add usb-moded default
|
|
rc-update add connman default
|
|
rc-update add dsme default
|
|
tinydm-set-session -s /usr/share/wayland-sessions/asteroid.desktop
|