Skip to content

Instantly share code, notes, and snippets.

@surajmandalcell
Last active July 12, 2018 16:39
Show Gist options
  • Save surajmandalcell/282a4ff57eb969a9c656dca2de818dfb to your computer and use it in GitHub Desktop.
Save surajmandalcell/282a4ff57eb969a9c656dca2de818dfb to your computer and use it in GitHub Desktop.
Switch from gdm to lightdm

sudo dnf install -y lightdm
sudo systemctl status {lightdm,gdm}.service
sudo systemctl mask gdm.service
sudo systemctl enable lightdm.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment