Skip to content

Display Managers

Lean's edited this page Oct 16, 2023 · 5 revisions

sddm

  • Download

  • sudo pacman -S sddm sddm-kcm

  • Load on boot

  • systemctl enable sddm

  • reboot

lightdm

  • Download

  • sudo pacman -S lightdm lightdm-slick-greeter numlockx
  • Load on boot

  • sudo systemctl enable lightdm.service
  • Add the theme

  • sudo vim /etc/lightdm/lightdm.conf
  • #greeter-session=lightdm-slick-greeter
  • And the numlock script

  • #greeter-setup-script=/usr/bin/numlockx on

Clone this wiki locally