Created
July 6, 2025 02:05
-
-
Save vczb/85b0fd6bff827485e013fbb68b62b4a4 to your computer and use it in GitHub Desktop.
/etc/gdm3/custom.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 | |
| # 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment