From 72672290445f481e29e7d00884658070d72effc8 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Wed, 11 Jun 2025 19:42:12 +0200 Subject: [PATCH] Changed lock screen shortcut --- commit_text | 2 +- plasma-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commit_text b/commit_text index 40c8445..6ec2cde 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Removed alt config +Changed lock screen shortcut diff --git a/plasma-configuration.nix b/plasma-configuration.nix index f708ec1..aa3325e 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -135,7 +135,7 @@ "kmix"."mic_mute" = "Meta+Volume Mute"; "kmix"."mute" = "Volume Mute"; "ksmserver"."Halt Without Confirmation" = [ ]; - "ksmserver"."Lock Session" = "Meta+Alt+L"; + "ksmserver"."Lock Session" = "Meta+Alt+X"; "ksmserver"."Log Out" = "Ctrl+Alt+Del"; "ksmserver"."Log Out Without Confirmation" = [ ]; "ksmserver"."LogOut" = [ ];