displaymanager.conf 1.0 KB

1234567891011121314151617181920212223242526272829
  1. # Configure one or more display managers (e.g. SDDM)
  2. # with a "best effort" approach.
  3. ---
  4. #The DM module attempts to set up all the DMs found in this list, in that precise order.
  5. #It also sets up autologin, if the feature is enabled in globalstorage.
  6. #The displaymanagers list can also be set in globalstorage, and in that case it overrides anything set up here.
  7. displaymanagers:
  8. - slim
  9. - sddm
  10. - lightdm
  11. - gdm
  12. - mdm
  13. - lxdm
  14. - kdm
  15. #Enable the following settings to force a desktop environment in your displaymanager configuration file:
  16. #defaultDesktopEnvironment:
  17. # executable: "startkde"
  18. # desktopFile: "plasma"
  19. #If true, try to ensure that the user, group, /var directory etc. for the
  20. #display manager are set up correctly. This is normally done by the distribution
  21. #packages, and best left to them. Therefore, it is disabled by default.
  22. basicSetup: false
  23. #If true, setup autologin for openSUSE. This only makes sense on openSUSE
  24. #derivatives or other systems where /etc/sysconfig/displaymanager exists.
  25. sysconfigSetup: false