Last active
July 10, 2018 03:27
-
-
Save h4n2k/2ed39b4a7148a803eb825bcf4aad766a to your computer and use it in GitHub Desktop.
Changing Display Manager (login screen) lightdm to gdm - Antergos - Arch Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo pacman -Rcns lightdm | |
| sudo pacman --needed -S gdm | |
| sudo systemctl -f enable gdm | |
| Reboot Your System |
Author
Author
sudo pacman -Rcns lightdm
sudo pacman -S gdm
sudo systemctl enable gdm
sudo rm -rf /etc/systemd/system/display-manager.service
sudo systemctl enable gdm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://mikaela.info/english/2015/10/17/antergos_change_login_dm.html