diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-07-26 16:11:16 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-07-26 16:11:16 +0100 |
commit | 329f03eaa24b568f1267733e9fd5c94d284ede93 (patch) | |
tree | 684e509d08b56b0ce807bc85f1234524129bfd62 /app-misc/calamares-config-kogaion/files | |
parent | 8fed93d0311b7c043dbaff4e3aa0f637f27dae4e (diff) |
setup lighdm via displaymanager module
Diffstat (limited to 'app-misc/calamares-config-kogaion/files')
-rw-r--r-- | app-misc/calamares-config-kogaion/files/modules/displaymanager.conf | 16 |
1 files changed, 16 insertions, 0 deletions
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 |