sddm.conf 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. [Autologin]
  2. # Autologin again on session exit
  3. Relogin=false
  4. # Autologin session
  5. Session=plasma.desktop
  6. # Autologin user
  7. User=
  8. [General]
  9. # Halt command
  10. HaltCommand=/sbin/shutdown -h -P now
  11. # Initial NumLock state
  12. # Valid values: on|off|none
  13. # If property is set to none, numlock won't be changed
  14. Numlock=on
  15. # Reboot command
  16. RebootCommand=/sbin/shutdown -r now
  17. [Theme]
  18. # Current theme name
  19. Current=breeze
  20. # Cursor theme
  21. CursorTheme=breeze_cursors
  22. # Face icon directory
  23. # The files should be in username.face.icon format
  24. FacesDir=/usr/share/sddm/faces
  25. # Theme directory path
  26. ThemeDir=/usr/share/sddm/themes
  27. [Users]
  28. # Default $PATH
  29. DefaultPath=/bin:/usr/bin:/usr/sbin:/usr/local/bin
  30. # Hidden shells
  31. # Users with these shells as their default won't be listed
  32. HideShells=
  33. # Hidden users
  34. HideUsers=
  35. # Maximum user id for displayed users
  36. MaximumUid=65000
  37. # Minimum user id for displayed users
  38. MinimumUid=1000
  39. # Remember the session of the last successfully logged in user
  40. RememberLastSession=true
  41. # Remember the last successfully logged in user
  42. RememberLastUser=true
  43. [WaylandDisplay]
  44. # Wayland session script path
  45. # A script to execute when starting the desktop session
  46. SessionCommand=/usr/share/sddm/scripts/wayland-session
  47. # Session description directory
  48. SessionDir=/usr/share/wayland-sessions
  49. [XDisplay]
  50. # Xsetup script path
  51. # A script to execute when starting the display server
  52. DisplayCommand=/usr/share/sddm/scripts/Xsetup
  53. # Xstop script path
  54. # A script to execute when stopping the display server
  55. DisplayStopCommand=/usr/share/sddm/scripts/Xstop
  56. # Minimum VT
  57. # The lowest virtual terminal number that will be used.
  58. MinimumVT=7
  59. # X server path
  60. ServerPath=/usr/bin/X
  61. # Xsession script path
  62. # A script to execute when starting the desktop session
  63. SessionCommand=/usr/share/sddm/scripts/Xsession
  64. # Session description directory
  65. SessionDir=/usr/share/xsessions
  66. # Xauth path
  67. XauthPath=/usr/bin/xauth
  68. # Xephyr path
  69. XephyrPath=/usr/bin/Xephyr