Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created August 8, 2021 04:59
Show Gist options
  • Select an option

  • Save miguelmota/5087fb8d92599efc4748c134846c8daf to your computer and use it in GitHub Desktop.

Select an option

Save miguelmota/5087fb8d92599efc4748c134846c8daf to your computer and use it in GitHub Desktop.
Arch linux install lightdm (Light Display Manager)
sudo pacman -S lightdm
sudo pacman -S lightdm-gtk-greeter
sudo systemctl enable lightdm
sudo systemctl start lightdm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment