diff options
Diffstat (limited to '.config/sddm/sddm.conf')
-rw-r--r-- | .config/sddm/sddm.conf | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/.config/sddm/sddm.conf b/.config/sddm/sddm.conf new file mode 100644 index 0000000..a4055e1 --- /dev/null +++ b/.config/sddm/sddm.conf @@ -0,0 +1,50 @@ +[General] +HaltCommand=/usr/bin/systemctl poweroff +InputMethod= +Namespaces= +Numlock=none +RebootCommand=/usr/bin/systemctl reboot + +[Autologin] +Relogin=false +Session= +User= + +[Theme] +Current=sugar-candy +CursorTheme= +DisableAvatarsThreshold=7 +EnableAvatars=true +FacesDir=/usr/share/sddm/faces +Font= +ThemeDir=/usr/share/sddm/themes + +[Users] +DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin +HideShells= +HideUsers= +MaximumUid=60513 +MinimumUid=1000 +RememberLastSession=true +RememberLastUser=true +ReuseSession=true + +[Wayland] +EnableHiDPI=false +SessionCommand=/usr/share/sddm/scripts/wayland-session +SessionDir=/usr/share/wayland-sessions +SessionLogFile=.local/share/sddm/wayland-session.log + +[X11] +DisplayCommand=/usr/share/sddm/scripts/Xsetup +DisplayStopCommand=/usr/share/sddm/scripts/Xstop +EnableHiDPI=false +MinimumVT=1 +ServerArguments=-nolisten tcp +ServerPath=/usr/bin/X +SessionCommand=/usr/share/sddm/scripts/Xsession +SessionDir=/usr/share/xsessions +SessionLogFile=.local/share/sddm/xorg-session.log +UserAuthFile=.Xauthority +XauthPath=/usr/bin/xauth +XephyrPath=/usr/bin/Xephyr |