Skip to content

Instantly share code, notes, and snippets.

@vlad-stoian
Created October 22, 2017 18:21
Show Gist options
  • Save vlad-stoian/e3e995e07a076062e6071ac274667355 to your computer and use it in GitHub Desktop.
Save vlad-stoian/e3e995e07a076062e6071ac274667355 to your computer and use it in GitHub Desktop.
Linux Mint Interesting

How to enable/disable or change the autologin user ?

# Change the following file /etc/lightdm/lightdm.conf to something like the following
[Seat:*]
autologin-guest=false
autologin-user=vlad
autologin-user-timeout=0

Link

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