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:
[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
[General] DisplayServer=wayland To add custom session entry: sddm archlinux
Reboot to see your new login screen! 🚀 sddm archlinux
Edit /etc/sddm.conf :