diff --git a/sddm.conf b/sddm.conf index 2669fe2..d8b9f24 100644 --- a/sddm.conf +++ b/sddm.conf @@ -2,7 +2,7 @@ # Whether sddm should automatically log back into sessions when they exit Relogin=false -# Name of session file for autologin session +# Name of session file for autologin session (if empty try last logged in) Session= # Username for autologin session @@ -30,7 +30,7 @@ RebootCommand=/usr/bin/systemctl reboot Current=breeze # Cursor theme used in the greeter -CursorTheme=Pulse-Glass +CursorTheme=breeze_cursors # Number of users to use as threshold # above which avatars are disabled @@ -71,8 +71,14 @@ 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=false + [Wayland] +# Enable Qt's automatic high-DPI scaling +EnableHiDPI=false + # Path to a script to execute when starting the desktop session SessionCommand=/usr/share/sddm/scripts/wayland-session @@ -90,6 +96,9 @@ DisplayCommand=/usr/share/sddm/scripts/Xsetup # Path to a script to execute when stopping the display server DisplayStopCommand=/usr/share/sddm/scripts/Xstop +# Enable Qt's automatic high-DPI scaling +EnableHiDPI=false + # The lowest virtual terminal number that will be used. MinimumVT=1