ece48a2c6e
Follow-up of !1659, but now for Plasma Mobile
8 lines
249 B
Bash
8 lines
249 B
Bash
#!/bin/sh
|
|
|
|
rc-update add tinydm default
|
|
rc-update add urfkill default
|
|
rc-update add ofono default
|
|
rc-update add ofono-auto-enable default
|
|
rc-update add iio-sensor-proxy default
|
|
tinydm-set-session -s /usr/share/wayland-sessions/plasma-mobile.desktop
|