From 73778553846b9592f396c7e1f7f757e6775bbe1d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 8 Aug 2022 20:22:25 +0530 Subject: adding sddm config --- .config/sddm/sddm.conf | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .config/sddm/sddm.conf (limited to '.config/sddm/sddm.conf') 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 -- cgit v1.2.3