]> git.pld-linux.org Git - packages/sddm.git/blame - sddm.conf
up to 0.21.0
[packages/sddm.git] / sddm.conf
CommitLineData
ced0f17e 1[Autologin]
ebe1c22f
JP
2#Name of the user to automatically log in when the
3#system starts first time.
4#User=
ced0f17e 5
ebe1c22f
JP
6#Name of the session to automatically log in when the
7#system starts first time.
ced0f17e
AM
8#Session=
9
ebe1c22f
JP
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
ced0f17e
AM
14
15[General]
ebe1c22f 16#Halt command.
ced0f17e
AM
17#HaltCommand=/usr/bin/systemctl poweroff
18
ebe1c22f 19#Reboot command.
ced0f17e
AM
20#RebootCommand=/usr/bin/systemctl reboot
21
ebe1c22f
JP
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=
ced0f17e
AM
41
42[Theme]
ebe1c22f
JP
43#Path of the directory containing theme files.
44#ThemeDir=/usr/share/sddm/themes
ced0f17e 45
ebe1c22f
JP
46#Name of the current theme.
47#Current=
ced0f17e 48
ebe1c22f
JP
49#Path of the directory containing face files,
50#face files should be in username.face.icon format.
ced0f17e
AM
51#FacesDir=/usr/share/sddm/faces
52
ebe1c22f
JP
53#Name of the cursor theme to be set before starting
54#the display server.
55#CursorTheme=
ced0f17e 56
ebe1c22f
JP
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
ced0f17e
AM
66
67[Users]
ebe1c22f
JP
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
ced0f17e 71
ebe1c22f
JP
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
ced0f17e 79
ebe1c22f 80#Comma-separated list of Users that shouldn't show up in the user list.
ced0f17e
AM
81#HideUsers=
82
ebe1c22f 83#Comma-separated list of Shells of users that shouldn't show up in the user list.
8e7c88f7 84HideShells=/usr/bin/git-shell
ced0f17e 85
ebe1c22f
JP
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
ced0f17e 90
ebe1c22f
JP
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.
ced0f17e
AM
94#RememberLastSession=true
95
ebe1c22f
JP
96[Wayland]
97#Path of the directory containing session files.
98#SessionDir=/usr/share/wayland-sessions
ced0f17e 99
ebe1c22f
JP
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
ced0f17e 104
ebe1c22f
JP
105#Path to the user session log file, relative to the home directory.
106#SessionLogFile=.local/share/sddm/wayland-session.log
ced0f17e 107
ebe1c22f
JP
108#Enables Qt's automatic HiDPI scaling.
109#Can be either "true" or "false".
110#EnableHiDPI=false
ced0f17e 111
ebe1c22f
JP
112[X11]
113#Path of the X server.
ced0f17e
AM
114#ServerPath=/usr/bin/X
115
ebe1c22f
JP
116#Arguments to the X server.
117#ServerArguments=-nolisten tcp
ced0f17e 118
ebe1c22f
JP
119#Path of the Xephyr.
120#XephyrPath=/usr/bin/Xephyr
ced0f17e 121
ebe1c22f 122#Path of the Xauth.
ced0f17e
AM
123#XauthPath=/usr/bin/xauth
124
ebe1c22f
JP
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.
8e7c88f7 148MinimumVT=7
ced0f17e 149
ebe1c22f
JP
150#Enables Qt's automatic HiDPI scaling.
151#EnableHiDPI=false
This page took 0.042268 seconds and 4 git commands to generate.