🐛 fix: session set to plasma

This commit is contained in:
eshanized
2025-01-08 15:03:27 +05:30
parent 2eeb70e9f9
commit 857659e96c

View File

@@ -3,7 +3,7 @@
Relogin=false Relogin=false
# Name of session file for autologin session (if empty try last logged in) # Name of session file for autologin session (if empty try last logged in)
Session= Session=plasma
# Username for autologin session # Username for autologin session
User= User=
@@ -21,7 +21,7 @@ GreeterEnvironment=
HaltCommand=/usr/bin/systemctl poweroff HaltCommand=/usr/bin/systemctl poweroff
# Input method module # Input method module
InputMethod= InputMethod=qtvirtualkeyboard
# Comma-separated list of Linux namespaces for user session to enter # Comma-separated list of Linux namespaces for user session to enter
Namespaces= Namespaces=
@@ -29,7 +29,7 @@ Namespaces=
# Initial NumLock state. Can be on, off or none. # Initial NumLock state. Can be on, off or none.
# If property is set to none, numlock won't be changed # If property is set to none, numlock won't be changed
# NOTE: Currently ignored if autologin is enabled. # NOTE: Currently ignored if autologin is enabled.
Numlock=none Numlock=on
# Reboot command # Reboot command
RebootCommand=/usr/bin/systemctl reboot RebootCommand=/usr/bin/systemctl reboot