From 857659e96c9a52e0ee0431e90aa3b49c1adceda1 Mon Sep 17 00:00:00 2001 From: eshanized Date: Wed, 8 Jan 2025 15:03:27 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20session=20set=20to=20plas?= =?UTF-8?q?ma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/lib/sddm/sddm.conf.d/default.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/lib/sddm/sddm.conf.d/default.conf b/usr/lib/sddm/sddm.conf.d/default.conf index 59a89e8..c415761 100644 --- a/usr/lib/sddm/sddm.conf.d/default.conf +++ b/usr/lib/sddm/sddm.conf.d/default.conf @@ -3,7 +3,7 @@ Relogin=false # Name of session file for autologin session (if empty try last logged in) -Session= +Session=plasma # Username for autologin session User= @@ -21,7 +21,7 @@ GreeterEnvironment= HaltCommand=/usr/bin/systemctl poweroff # Input method module -InputMethod= +InputMethod=qtvirtualkeyboard # Comma-separated list of Linux namespaces for user session to enter Namespaces= @@ -29,7 +29,7 @@ Namespaces= # Initial NumLock state. Can be on, off or none. # If property is set to none, numlock won't be changed # NOTE: Currently ignored if autologin is enabled. -Numlock=none +Numlock=on # Reboot command RebootCommand=/usr/bin/systemctl reboot