mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-14 14:20:11 -07:00
30 lines
553 B
Text
30 lines
553 B
Text
|
# GDM configuration storage
|
||
|
#
|
||
|
# See /usr/share/gdm/gdm.schemas for a list of available options.
|
||
|
|
||
|
[daemon]
|
||
|
# Uncoment the line below to force the login screen to use Xorg
|
||
|
#WaylandEnable=false
|
||
|
|
||
|
# Enabling automatic login
|
||
|
# AutomaticLoginEnable = true
|
||
|
# AutomaticLogin = user1
|
||
|
|
||
|
# 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
|
||
|
|