Skip to content

Sddm Archlinux [top] -

Edit /etc/sddm.conf :

[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: Edit /etc/sddm

sudo sddm --example-config | sudo tee /etc/sddm.conf [Theme] # Current theme Current=breeze [Users] Maximum user ID for displaying in list (hide system users) MaximumUid=6000 Minimum user ID MinimumUid=1000 sddm archlinux