Skip to content

Commit a8b8eb6

Browse files
authored
Reset keyboard layout to default first one on the lock screen (#3541)
1 parent 16d0133 commit a8b8eb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/omarchy-lock-screen

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Lock the screen
44
pidof hyprlock || hyprlock &
55

6+
# Set keyboard layout to default (first layout)
7+
hyprctl switchxkblayout all 0 > /dev/null 2>&1
8+
69
# Ensure 1password is locked
710
if pgrep -x "1password" >/dev/null; then
811
1password --lock &

0 commit comments

Comments
 (0)