From 4167349d7864037c5fd10d129decb42b00d6f5b8 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Wed, 11 Jun 2025 17:25:31 +0200 Subject: [PATCH] Removed lock on startup from kscreenlocker --- commit_text | 2 +- plasma-configuration.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/commit_text b/commit_text index 922120c..fdaa369 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added kscreenlocker settings +Removed lock on startup from kscreenlocker diff --git a/plasma-configuration.nix b/plasma-configuration.nix index 9763823..f708ec1 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -103,7 +103,6 @@ kscreenlocker = { autoLock = true; lockOnResume = true; - lockOnStartup = true; passwordRequired = true; passwordRequiredDelay = 5; timeout = 5;