LukeShortCloud / winesapOS

winesapOS - Game with Linux anywhere, no installation required!
GNU General Public License v3.0
871 stars 31 forks source link

[install] Use SDDM #807

Closed LukeShortCloud closed 3 months ago

LukeShortCloud commented 4 months ago

The Simple Desktop Display Manager (SDDM) is developed and maintained by the KDE Plasma team. It is one of the few (if not only) DMs that fully supports both X11 and Wayland. We should switch from LightDM to SDDM.

Originally brought up here: https://github.com/LukeShortCloud/winesapOS/issues/751

LukeShortCloud commented 3 months ago

https://wiki.archlinux.org/title/SDDM#Autologin

LukeShortCloud commented 3 months ago
$ sudo pacman -S sddm
$ sudo mkdir /etc/sddm.conf.d/
$ sudo vim /etc/sddm.conf.d/autologin.conf
[Autologin]
User=winesap
Session=plasma
$ sudo systemctl enable sddm