Aller au contenu

Sddm — Archlinux __link__

sudo pacman -S sddm Optional: Install recommended dependencies for themes and Qt5 integration:

[General] NumLock=on Halt command HaltCommand=/usr/bin/systemctl poweroff Reboot command RebootCommand=/usr/bin/systemctl reboot sddm archlinux

[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