sddm.conf 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. # Input method module
  18. InputMethod=
  19. [Theme]
  20. # Current theme name
  21. #Current=maia
  22. #Current=Sweet-Cat
  23. Current=Pisilinux234V2
  24. # Cursor theme
  25. CursorTheme=breeze
  26. # Face icon directory
  27. # The files should be in username.face.icon format
  28. FacesDir=/usr/share/sddm/faces
  29. # Theme directory path
  30. ThemeDir=/usr/share/sddm/themes
  31. [Users]
  32. # Default $PATH
  33. DefaultPath=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
  34. # Hidden shells
  35. # Users with these shells as their default won't be listed
  36. HideShells=
  37. # Hidden users
  38. HideUsers=git,sddm
  39. # Maximum user id for displayed users
  40. MaximumUid=65000
  41. # Minimum user id for displayed users
  42. MinimumUid=1000
  43. # Remember the session of the last successfully logged in user
  44. RememberLastSession=true
  45. # Remember the last successfully logged in user
  46. RememberLastUser=true
  47. [XDisplay]
  48. # Xsetup script path
  49. # A script to execute when starting the display server
  50. DisplayCommand=/usr/share/sddm/scripts/Xsetup
  51. # Minimum VT
  52. # The lowest virtual terminal number that will be used.
  53. MinimumVT=7
  54. # X server path
  55. ServerPath=/usr/bin/X
  56. # Xsession script path
  57. # A script to execute when starting the desktop session
  58. SessionCommand=/usr/share/sddm/scripts/Xsession
  59. # Session description directory
  60. SessionDir=/usr/share/xsessions
  61. # Xauth path
  62. XauthPath=/usr/bin/xauth