From a8b8eb6f5eaa911fe49bd532b5ef8e9c1ffa70cb Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 28 Nov 2025 17:06:54 +0200 Subject: [PATCH] Reset keyboard layout to default first one on the lock screen (#3541) --- bin/omarchy-lock-screen | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/omarchy-lock-screen b/bin/omarchy-lock-screen index f57d4526..b16c56a2 100755 --- a/bin/omarchy-lock-screen +++ b/bin/omarchy-lock-screen @@ -3,6 +3,9 @@ # Lock the screen pidof hyprlock || hyprlock & +# Set keyboard layout to default (first layout) +hyprctl switchxkblayout all 0 > /dev/null 2>&1 + # Ensure 1password is locked if pgrep -x "1password" >/dev/null; then 1password --lock &