]> git.pld-linux.org Git - packages/sddm.git/blob - sddm.conf
up to 0.21.0
[packages/sddm.git] / sddm.conf
1 [Autologin]
2 #Name of the user to automatically log in when the
3 #system starts first time.
4 #User=
5
6 #Name of the session to automatically log in when the
7 #system starts first time.
8 #Session=
9
10 #If true and User and Session are set automatic login will
11 #kick in again on session exit, otherwise it will work
12 #only the first time.
13 #Relogin=false
14
15 [General]
16 #Halt command.
17 #HaltCommand=/usr/bin/systemctl poweroff
18
19 #Reboot command.
20 #RebootCommand=/usr/bin/systemctl reboot
21
22 #Change numlock state when **sddm-greeter** starts.
23 #Valid values are `on`, `off` or `none`.
24 #If property is set to `none`, numlock won't be changed.
25 #Numlock=none
26
27 #Set the Qt input method for the greeter.
28 #Tablet users with Qt Virtual Keyboard installed can set this
29 #to "qtvirtualkeyboard" for the on-screen keyboard.
30 #Other known values are "ibus" for the Intelligent Input Bus,
31 #or "compose" for dead keys support.
32 #Leave this empty if unsure.
33 #InputMethod=
34
35 #Comma-separated list of paths bound to Linux namespaces to enter with
36 #setns() before starting the user session.  For example, to enter network
37 #namespace `mynet` created with `ip netns add mynet`, the value might be
38 #`/run/netns/mynet`.  Default value is empty.  (The value is ignored if
39 #the operating system is not Linux.)
40 #Namespaces=
41
42 [Theme]
43 #Path of the directory containing theme files.
44 #ThemeDir=/usr/share/sddm/themes
45
46 #Name of the current theme.
47 #Current=
48
49 #Path of the directory containing face files,
50 #face files should be in username.face.icon format.
51 #FacesDir=/usr/share/sddm/faces
52
53 #Name of the cursor theme to be set before starting
54 #the display server.
55 #CursorTheme=
56
57 #Name of the font to be set before starting the
58 #display server. Please note that the theme can still override this option.
59 #Font=
60
61 #When enabled, home directories are searched for ".face.icon" images to
62 #display as their avatars. This can be slow on some file systems.
63 #When disabled, all avatars will be default. Themes may choose to hide
64 #them altogether.
65 #EnableAvatars=true
66
67 [Users]
68 #Default path to set after successfully logging in.
69 #This is also where SDDM looks for programs.
70 #DefaultPath=/usr/local/bin:/usr/bin:/bin
71
72 #Minimum user id of the users to be listed in the
73 #user interface.
74 #MinimumUid=1000
75
76 #Maximum user id of the users to be listed in the
77 #user interface.
78 #MaximumUid=6000
79
80 #Comma-separated list of Users that shouldn't show up in the user list.
81 #HideUsers=
82
83 #Comma-separated list of Shells of users that shouldn't show up in the user list.
84 HideShells=/usr/bin/git-shell
85
86 #If this flag is true, LastUser value will updated
87 #on every successful login, if false last user value
88 #won't be updated.
89 #RememberLastUser=true
90
91 #If this flag is true, LastSession value will updated
92 #on every successful login, if false last session value
93 #won't be updated.
94 #RememberLastSession=true
95
96 [Wayland]
97 #Path of the directory containing session files.
98 #SessionDir=/usr/share/wayland-sessions
99
100 #Path of script to execute when starting the user session. This script
101 #receives the value of the "Exec" setting in the ".desktop" file of the selected
102 #session and run it.
103 #SessionCommand=/usr/share/sddm/scripts/wayland-session
104
105 #Path to the user session log file, relative to the home directory.
106 #SessionLogFile=.local/share/sddm/wayland-session.log
107
108 #Enables Qt's automatic HiDPI scaling.
109 #Can be either "true" or "false".
110 #EnableHiDPI=false
111
112 [X11]
113 #Path of the X server.
114 #ServerPath=/usr/bin/X
115
116 #Arguments to the X server.
117 #ServerArguments=-nolisten tcp
118
119 #Path of the Xephyr.
120 #XephyrPath=/usr/bin/Xephyr
121
122 #Path of the Xauth.
123 #XauthPath=/usr/bin/xauth
124
125 #Path of the directory containing session files.
126 #SessionDir=/usr/share/xsessions
127
128 #Path of script to execute when starting the user session. This script
129 #receives the value of the "Exec" setting in the ".desktop" file of the selected
130 #session and runs it.
131 #SessionCommand=/usr/share/sddm/scripts/Xsession
132
133 #Path to the user session log file, relative to the home directory.
134 #SessionLogFile=.local/share/sddm/xorg-session.log
135
136 #Path to the Xauthority file, relative to the home directory.
137 #UserAuthFile=.Xauthority
138
139 #Path of script to execute when starting the display server.
140 #DisplayCommand=/usr/share/sddm/scripts/Xsetup
141
142 #Path of script to execute when stopping the display server.
143 #DisplayStopCommand=/usr/share/sddm/scripts/Xstop
144
145 #Minimum virtual terminal number that will be used
146 #by the first display. Virtual terminal number will
147 #increase as new displays added.
148 MinimumVT=7
149
150 #Enables Qt's automatic HiDPI scaling.
151 #EnableHiDPI=false
This page took 0.039297 seconds and 3 git commands to generate.