diff --git a/manjaro/gnome/desktop-overlay/etc/gdm/custom.conf b/manjaro/gnome/desktop-overlay/etc/gdm/custom.conf new file mode 100644 index 0000000..7707378 --- /dev/null +++ b/manjaro/gnome/desktop-overlay/etc/gdm/custom.conf @@ -0,0 +1,19 @@ +# GDM configuration storage + +[daemon] +InitialSetupEnable=true +AutomaticLogin=gnome-initial-setup +AutomaticLoginEnable=true +# Uncoment the line below to force the login screen to use Xorg +#WaylandEnable=false + +[security] + +[xdmcp] + +[chooser] + +[debug] +# Uncomment the line below to turn on debugging +#Enable=true + diff --git a/manjaro/gnome/live-overlay/etc/gdm/custom.conf b/manjaro/gnome/live-overlay/etc/gdm/custom.conf new file mode 100644 index 0000000..6055fdd --- /dev/null +++ b/manjaro/gnome/live-overlay/etc/gdm/custom.conf @@ -0,0 +1,17 @@ +# GDM configuration storage + +[daemon] +InitialSetupEnable=false +# Uncoment the line below to force the login screen to use Xorg +#WaylandEnable=false + +[security] + +[xdmcp] + +[chooser] + +[debug] +# Uncomment the line below to turn on debugging +#Enable=true +