Chapter 8. Customize login

  1. Install Greetd

    sudo apt install greetd

  2. Configure greetd

    Install login file for automatic login as s.sudo cp ~/Dropbox/Basic/new_machine/linux/misc/greetd.config.toml /etc/greetd/config.toml

    If not automatically logging in, will need keyboard configuration: sudo cp ~/Dropbox/Basic/new_machine/linux/misc/wlgreet.dvorak /etc/greetd/sway-config.d/dvorak except that if I'm not the one logging in, who is that's going to be using dvorak?

  3. Disable other display manager(s)

    Disable sddm if installed (this will log out the current session): sudo systemctl disable --now sddm If it's not sddm, look for any other *dm process running as root.