46 lines
1 KiB
Text
46 lines
1 KiB
Text
[Autologin]
|
|
# Whether plasmalogin should automatically log back into sessions when they exit
|
|
#Relogin=false
|
|
|
|
# Name of session file for autologin session (if empty try last logged in)
|
|
#Session=
|
|
|
|
# Username for autologin session
|
|
#User=
|
|
|
|
|
|
[General]
|
|
# Comma-separated list of Linux namespaces for user session to enter
|
|
#Namespaces=
|
|
|
|
|
|
[Users]
|
|
# Default $PATH for logged in users
|
|
#DefaultPath=/usr/local/bin:/usr/bin:/bin
|
|
|
|
# Remember the session of the last successfully logged in user
|
|
#RememberLastSession=true
|
|
|
|
# Remember the last successfully logged in user
|
|
#RememberLastUser=true
|
|
|
|
# When logging in as the same user twice, restore the original session, rather than create a new one
|
|
#ReuseSession=true
|
|
|
|
|
|
[Wayland]
|
|
# Path to the user session log file
|
|
#SessionLogFile=.local/share/plasmalogin/wayland-session.log
|
|
|
|
|
|
[X11]
|
|
# Arguments passed to the X server invocation
|
|
#ServerArguments=-nolisten tcp
|
|
|
|
# Path to X server binary
|
|
#ServerPath=/usr/bin/X
|
|
|
|
# Path to the user session log file
|
|
#SessionLogFile=.local/share/plasmalogin/xorg-session.log
|
|
|
|
|