Chapter 8. Customize login
-
Install Greetd
sudo apt install greetd -
Configure greetd
Install login file for automatic login as
s.sudo cp ~/Dropbox/Basic/new_machine/linux/misc/greetd.config.toml /etc/greetd/config.tomlIf not automatically logging in, will need keyboard configuration:
sudo cp ~/Dropbox/Basic/new_machine/linux/misc/wlgreet.dvorak /etc/greetd/sway-config.d/dvorakexcept that if I'm not the one logging in, who is that's going to be using dvorak? -
Disable other display manager(s)
Disable sddm if installed (this will log out the current session):
sudo systemctl disable --now sddmIf it's not sddm, look for any other*dmprocess running as root.