diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-08 20:22:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-08 20:22:25 +0530 |
commit | 73778553846b9592f396c7e1f7f757e6775bbe1d (patch) | |
tree | 7bd7d8976cea938597907f18c2df183b1d45f582 /.config/sddm/sddm.conf | |
parent | de5de7ab6358603bfb2c798cf5c2e44a06079aa7 (diff) |
adding sddm config
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 |