default.conf 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. [Autologin]
  2. # Whether sddm should automatically log back into sessions when they exit
  3. Relogin=false
  4. # Name of session file for autologin session (if empty try last logged in)
  5. Session=
  6. # Username for autologin session
  7. User=
  8. [General]
  9. # Which display server should be used.
  10. # Valid values are: x11, x11-user, wayland. Wayland support is experimental
  11. DisplayServer=x11
  12. # Comma-separated list of environment variables to be set
  13. GreeterEnvironment=
  14. # Halt command
  15. # HaltCommand=/usr/bin/loginctl poweroff
  16. HaltCommand=/sbin/shutdown -h -P now
  17. # Input method module
  18. InputMethod=
  19. # Comma-separated list of Linux namespaces for user session to enter
  20. Namespaces=
  21. # Initial NumLock state. Can be on, off or none.
  22. # If property is set to none, numlock won't be changed
  23. # NOTE: Currently ignored if autologin is enabled.
  24. Numlock=on
  25. # Reboot command
  26. # RebootCommand=/usr/bin/loginctl reboot
  27. RebootCommand=/sbin/shutdown -r now
  28. [Theme]
  29. # Current theme name
  30. Current=pisilinux24
  31. # Cursor size used in the greeter
  32. CursorSize=
  33. # Cursor theme used in the greeter
  34. CursorTheme=
  35. # Number of users to use as threshold
  36. # above which avatars are disabled
  37. # unless explicitly enabled with EnableAvatars
  38. DisableAvatarsThreshold=7
  39. # Enable display of custom user avatars
  40. EnableAvatars=true
  41. # Global directory for user avatars
  42. # The files should be named <username>.face.icon
  43. FacesDir=/usr/share/sddm/faces
  44. # Font used in the greeter
  45. Font=
  46. # Theme directory path
  47. ThemeDir=/usr/share/sddm/themes
  48. [Users]
  49. # Default $PATH for logged in users
  50. # DefaultPath=/usr/local/bin:/usr/bin:/bin
  51. DefaultPath=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
  52. # Comma-separated list of shells.
  53. # Users with these shells as their default won't be listed
  54. HideShells=
  55. # Comma-separated list of users that should not be listed
  56. # HideUsers=
  57. HideUsers=git,sddm
  58. # Maximum user id for displayed users
  59. # MaximumUid=60000
  60. MaximumUid=65000
  61. # Minimum user id for displayed users
  62. MinimumUid=1000
  63. # Remember the session of the last successfully logged in user
  64. RememberLastSession=true
  65. # Remember the last successfully logged in user
  66. RememberLastUser=true
  67. # When logging in as the same user twice, restore the original session, rather than create a new one
  68. ReuseSession=true
  69. [Wayland]
  70. # Path of the Wayland compositor to execute when starting the greeter
  71. CompositorCommand=weston --shell=kiosk
  72. # Enable Qt's automatic high-DPI scaling
  73. EnableHiDPI=true
  74. # Path to a script to execute when starting the desktop session
  75. SessionCommand=/usr/share/sddm/scripts/wayland-session
  76. # Comma-separated list of directories containing available Wayland sessions
  77. SessionDir=/usr/local/share/wayland-sessions,/usr/share/wayland-sessions
  78. # Path to the user session log file
  79. SessionLogFile=.local/share/sddm/wayland-session.log
  80. [X11]
  81. # Path to a script to execute when starting the display server
  82. DisplayCommand=/usr/share/sddm/scripts/Xsetup
  83. # Path to a script to execute when stopping the display server
  84. DisplayStopCommand=/usr/share/sddm/scripts/Xstop
  85. # Minimum VT
  86. # The lowest virtual terminal number that will be used.
  87. MinimumVT=7
  88. # Enable Qt's automatic high-DPI scaling
  89. EnableHiDPI=true
  90. # Arguments passed to the X server invocation
  91. ServerArguments=-nolisten tcp
  92. # Path to X server binary
  93. ServerPath=/usr/bin/X
  94. # Path to a script to execute when starting the desktop session
  95. SessionCommand=/usr/share/sddm/scripts/Xsession
  96. # Comma-separated list of directories containing available X sessions
  97. # SessionDir=/usr/local/share/xsessions,/usr/share/xsessions
  98. SessionDir=/usr/share/xsessions
  99. # Path to the user session log file
  100. SessionLogFile=.local/share/sddm/xorg-session.log
  101. # Path to Xephyr binary
  102. XephyrPath=/usr/bin/Xephyr
  103. # Xauth path
  104. XauthPath=/usr/bin/xauth