mbp-manjaro/manjaro/kde/desktop-overlay/etc/sddm.conf

130 lines
2.9 KiB
Plaintext
Raw Normal View History

2016-03-05 17:26:06 -05:00
[Autologin]
2018-05-08 09:15:12 -04:00
# Whether sddm should automatically log back into sessions when they exit
2016-03-05 17:26:06 -05:00
Relogin=false
2018-05-08 09:15:12 -04:00
# Name of session file for autologin session (if empty try last logged in)
2016-03-05 17:26:06 -05:00
Session=plasma.desktop
2018-05-08 09:15:12 -04:00
# Username for autologin session
2016-03-05 17:26:06 -05:00
User=
[General]
# Halt command
HaltCommand=/usr/bin/systemctl poweroff
2018-05-08 09:15:12 -04:00
# Input method module
InputMethod=
# Initial NumLock state. Can be on, off or none.
2016-03-05 17:26:06 -05:00
# If property is set to none, numlock won't be changed
2018-05-08 09:15:12 -04:00
# NOTE: Currently ignored if autologin is enabled.
2016-03-05 17:26:06 -05:00
Numlock=none
# Reboot command
RebootCommand=/usr/bin/systemctl reboot
[Theme]
# Current theme name
2017-01-24 18:57:20 -05:00
Current=breath
2016-03-05 17:26:06 -05:00
2018-05-08 09:15:12 -04:00
# Cursor theme used in the greeter
2016-03-05 17:26:06 -05:00
CursorTheme=breeze_cursors
2018-05-08 09:15:12 -04:00
# Number of users to use as threshold
# above which avatars are disabled
# unless explicitly enabled with EnableAvatars
DisableAvatarsThreshold=7
# Enable display of custom user avatars
EnableAvatars=true
# Global directory for user avatars
# The files should be named <username>.face.icon
2016-03-05 17:26:06 -05:00
FacesDir=/usr/share/sddm/faces
# Theme directory path
ThemeDir=/usr/share/sddm/themes
[Users]
2018-05-08 09:15:12 -04:00
# Default $PATH for logged in users
DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin
# Comma-separated list of shells.
2016-03-05 17:26:06 -05:00
# Users with these shells as their default won't be listed
HideShells=
2018-05-08 09:15:12 -04:00
# Comma-separated list of users that should not be listed
2016-03-05 17:26:06 -05:00
HideUsers=
# Maximum user id for displayed users
MaximumUid=60000
# Minimum user id for displayed users
MinimumUid=1000
# Remember the session of the last successfully logged in user
RememberLastSession=true
# Remember the last successfully logged in user
RememberLastUser=true
2018-05-08 09:15:12 -04:00
# When logging in as the same user twice, restore the original session, rather than create a new one
ReuseSession=false
[Wayland]
2018-05-08 09:15:12 -04:00
# Enable Qt's automatic high-DPI scaling
EnableHiDPI=false
# Path to a script to execute when starting the desktop session
2016-03-05 17:26:06 -05:00
SessionCommand=/usr/share/sddm/scripts/wayland-session
2018-05-08 09:15:12 -04:00
# Directory containing available Wayland sessions
2016-03-05 17:26:06 -05:00
SessionDir=/usr/share/wayland-sessions
2018-05-08 09:15:12 -04:00
# Path to the user session log file
SessionLogFile=.local/share/sddm/wayland-session.log
[X11]
2018-05-08 09:15:12 -04:00
# Path to a script to execute when starting the display server
2016-03-05 17:26:06 -05:00
DisplayCommand=/usr/share/sddm/scripts/Xsetup
2018-05-08 09:15:12 -04:00
# Path to a script to execute when stopping the display server
2016-03-05 17:26:06 -05:00
DisplayStopCommand=/usr/share/sddm/scripts/Xstop
2018-05-08 09:15:12 -04:00
# Enable Qt's automatic high-DPI scaling
EnableHiDPI=false
2016-03-05 17:26:06 -05:00
# The lowest virtual terminal number that will be used.
MinimumVT=1
2018-05-08 09:15:12 -04:00
# Arguments passed to the X server invocation
2016-03-05 17:26:06 -05:00
ServerArguments=-nolisten tcp
2018-05-08 09:15:12 -04:00
# Path to X server binary
2016-03-05 17:26:06 -05:00
ServerPath=/usr/bin/X
2018-05-08 09:15:12 -04:00
# Path to a script to execute when starting the desktop session
2016-03-05 17:26:06 -05:00
SessionCommand=/usr/share/sddm/scripts/Xsession
2018-05-08 09:15:12 -04:00
# Directory containing available X sessions
2016-03-05 17:26:06 -05:00
SessionDir=/usr/share/xsessions
2018-05-08 09:15:12 -04:00
# Path to the user session log file
SessionLogFile=.local/share/sddm/xorg-session.log
# Path to the Xauthority file
UserAuthFile=.Xauthority
# Path to xauth binary
2016-03-05 17:26:06 -05:00
XauthPath=/usr/bin/xauth
2018-05-08 09:15:12 -04:00
# Path to Xephyr binary
2016-03-05 17:26:06 -05:00
XephyrPath=/usr/bin/Xephyr
2018-05-08 09:15:12 -04:00