Facebook
From Big Cheetah, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 90
  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=sway
  7.  
  8. # Username for autologin session
  9. User=dora
  10.  
  11.  
  12. [General]
  13. # Halt command
  14. HaltCommand=/usr/bin/loginctl poweroff
  15.  
  16. # Input method module
  17. InputMethod=
  18.  
  19. # Comma-separated list of Linux namespaces for user session to enter
  20. Namespaces=
  21.  
  22. # Initial NumLock state. Can be on, off or none.
  23. # If property is set to none, numlock won't be changed
  24. # NOTE: Currently ignored if autologin is enabled.
  25. Numlock=none
  26.  
  27. # Reboot command
  28. RebootCommand=/usr/bin/loginctl reboot
  29.  
  30.  
  31. [Theme]
  32. # Current theme name
  33. Current=
  34.  
  35. # Cursor theme used in the greeter
  36. CursorTheme=
  37.  
  38. # Number of users to use as threshold
  39. # above which avatars are disabled
  40. # unless explicitly enabled with EnableAvatars
  41. DisableAvatarsThreshold=7
  42.  
  43. # Enable display of custom user avatars
  44. EnableAvatars=true
  45.  
  46. # Global directory for user avatars
  47. # The files should be named <username>.face.icon
  48. FacesDir=/usr/share/sddm/faces
  49.  
  50. # Theme directory path
  51. ThemeDir=/usr/share/sddm/themes
  52.  
  53.  
  54. [Users]
  55. # Default $PATH for logged in users
  56. DefaultPath=/usr/local/bin:/usr/bin:/bin
  57.  
  58. # Comma-separated list of shells.
  59. # Users with these shells as their default won't be listed
  60. HideShells=
  61.  
  62. # Comma-separated list of users that should not be listed
  63. HideUsers=
  64.  
  65. # Maximum user id for displayed users
  66. MaximumUid=60000
  67.  
  68. # Minimum user id for displayed users
  69. MinimumUid=1000
  70.  
  71. # Remember the session of the last successfully logged in user
  72. RememberLastSession=true
  73.  
  74. # Remember the last successfully logged in user
  75. RememberLastUser=true
  76.  
  77. # When logging in as the same user twice, restore the original session, rather than create a new one
  78. ReuseSession=true
  79.  
  80.  
  81. [Wayland]
  82. # Enable Qt's automatic high-DPI scaling
  83. EnableHiDPI=true
  84.  
  85. # Path to a script to execute when starting the desktop session
  86. SessionCommand=/usr/share/sddm/scripts/wayland-session
  87.  
  88. # Directory containing available Wayland sessions
  89. SessionDir=/usr/share/wayland-sessions
  90.  
  91. # Path to the user session log file
  92. SessionLogFile=.local/share/sddm/wayland-session.log
  93.  
  94.  
  95. [X11]
  96. # Path to a script to execute when starting the display server
  97. DisplayCommand=/usr/share/sddm/scripts/Xsetup
  98.  
  99. # Path to a script to execute when stopping the display server
  100. DisplayStopCommand=/usr/share/sddm/scripts/Xstop
  101.  
  102. # Enable Qt's automatic high-DPI scaling
  103. EnableHiDPI=true
  104.  
  105. # The lowest virtual terminal number that will be used.
  106. MinimumVT=7
  107.  
  108. # Arguments passed to the X server invocation
  109. ServerArguments=-nolisten tcp
  110.  
  111. # Path to X server binary
  112. ServerPath=/usr/bin/X
  113.  
  114. # Path to a script to execute when starting the desktop session
  115. SessionCommand=/usr/share/sddm/scripts/Xsession
  116.  
  117. # Directory containing available X sessions
  118. SessionDir=/usr/share/xsessions
  119.  
  120. # Path to the user session log file
  121. SessionLogFile=.local/share/sddm/xorg-session.log
  122.  
  123. # Path to the Xauthority file
  124. UserAuthFile=.Xauthority
  125.  
  126. # Path to xauth binary
  127. XauthPath=/usr/bin/xauth
  128.  
  129. # Path to Xephyr binary
  130. XephyrPath=/usr/bin/Xephyr
captcha