sudo systemctl enable sddm reboot The main config file is located at /etc/sddm.conf . Generate a default one:
[General] NumLock=on Halt command HaltCommand=/usr/bin/systemctl poweroff Reboot command RebootCommand=/usr/bin/systemctl reboot sddm archlinux
Reboot to see your new login screen! 🚀 sudo systemctl enable sddm reboot The main config
ls /usr/share/wayland-sessions/ # For Wayland ls /usr/share/xsessions/ # For X11 sudo systemctl disable gdm sudo systemctl enable sddm sudo systemctl stop gdm sudo systemctl start sddm 9. Wayland Support SDDM has experimental Wayland support. To enable: sddm archlinux