From 329f03eaa24b568f1267733e9fd5c94d284ede93 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 26 Jul 2015 16:11:16 +0100 Subject: setup lighdm via displaymanager module --- .../files/modules/displaymanager.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app-misc/calamares-config-kogaion/files/modules/displaymanager.conf (limited to 'app-misc') diff --git a/app-misc/calamares-config-kogaion/files/modules/displaymanager.conf b/app-misc/calamares-config-kogaion/files/modules/displaymanager.conf new file mode 100644 index 00000000..2e764a9b --- /dev/null +++ b/app-misc/calamares-config-kogaion/files/modules/displaymanager.conf @@ -0,0 +1,16 @@ +--- +#The DM module attempts to set up all the DMs found in this list, in that precise order. +#It also sets up autologin, if the feature is enabled in globalstorage. +#The displaymanagers list can also be set in globalstorage, and in that case it overrides anything set up here. +displaymanagers: + - lightdm + +#Enable the following settings to force a desktop environment in your displaymanager configuration file: +#defaultDesktopEnvironment: +# executable: "startkde" +# desktopFile: "plasma" + +#If true, try to ensure that the user, group, /var directory etc. for the +#display manager are set up correctly. This is normally done by the distribution +#packages, and best left to them. Therefore, it is disabled by default. +basicSetup: false -- cgit v1.2.3