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