Sddm - Archlinux |work|

[General] DisplayServer=wayland To add custom session entry:

sudo nano /usr/share/wayland-sessions/custom.desktop Example:

yay -S sddm-sugar-candy-git # or from AUR sddm archlinux

Reboot to see your new login screen! 🚀

[Autologin] User=yourusername Session to start (e.g., plasma, sway, hyprland) Session=plasma.desktop 4. Install SDDM Themes List available themes: pacman -Ss sddm Popular themes: Breeze (KDE default): It's safer to enable and reboot: [Desktop Entry]

sudo pacman -S sddm-kcm # KDE config module (if using KDE) sudo systemctl enable sddm sudo systemctl start sddm Note: Starting SDDM will kill your current X session. It's safer to enable and reboot:

[Desktop Entry] Name=My Custom Session Comment=My custom Wayland session Exec=/home/user/.config/custom-session.sh Type=Application # Install sudo pacman -S sddm Enable and start sudo systemctl enable --now sddm Configure (optional) sudo nano /etc/sddm.conf Set theme sudo pacman -S breeze sudo sed -i 's/^Current=.*/Current=breeze/' /etc/sddm.conf sddm archlinux

sudo pacman -S breeze