1
0
Fork 0
fossasia-video/ansible/roles/recorder/templates/gdm.conf

34 lines
601 B
Plaintext

# MANAGED BY ANSIBLE
# GDM configuration storage
#
# See /usr/share/gdm/gdm.schemas for a list of available options.
[daemon]
# Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false
{% if autostart %}
# Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = mixer
{% endif %}
# Enabling timed login
# TimedLoginEnable = true
# TimedLogin = user1
# TimedLoginDelay = 10
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true