Autologin con Slim en Debian
find -name "slim.conf"
nano /etc/slim.conf
# default user, leave blank or remove this line
# for avoid pre-loading the username.
default_user lolo
# Focus the password field on start when default_user is set
# Set to "yes" to enable this feature
#focus_password no
# Automatically login the default user (without entering
# the password. Set to "yes" to enable this feature
auto_login yes
