Change DM to SDDM

This commit is contained in:
Ryan Hughes
2025-09-21 16:57:18 -04:00
parent c4d8ef6a15
commit a823d5e835
6 changed files with 62 additions and 147 deletions

14
install/login/sddm.sh Normal file
View File

@@ -0,0 +1,14 @@
sudo mkdir -p /etc/sddm.conf.d
if [ ! -f /etc/sddm.conf.d/autologin.conf ]; then
cat <<EOF | sudo tee /etc/sddm.conf.d/autologin.conf
[Autologin]
User=$USER
Session=hyprland-uwsm
[Theme]
Current=breeze
EOF
fi
chrootable_systemctl_enable sddm.service