From 6957db64f08c1929e497cb46fc9b7eee7a7375d2 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 9 Jun 2025 19:03:02 +0200 Subject: [PATCH] Added Meta Alt L as 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 c8378cd..332c111 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Changed window close to Meta Backspace +Added Meta Alt L as lock screen shortcut diff --git a/plasma-configuration.nix b/plasma-configuration.nix index 7ffd2c2..3d62b2a 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -58,7 +58,7 @@ "kmix"."mic_mute" = "Meta+Volume Mute"; "kmix"."mute" = "Volume Mute"; "ksmserver"."Halt Without Confirmation" = [ ]; - "ksmserver"."Lock Session" = ""; + "ksmserver"."Lock Session" = "Meta+Alt+L"; "ksmserver"."Log Out" = "Ctrl+Alt+Del"; "ksmserver"."Log Out Without Confirmation" = [ ]; "ksmserver"."LogOut" = [ ];