We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d0133 commit a8b8eb6Copy full SHA for a8b8eb6
bin/omarchy-lock-screen
@@ -3,6 +3,9 @@
3
# Lock the screen
4
pidof hyprlock || hyprlock &
5
6
+# Set keyboard layout to default (first layout)
7
+hyprctl switchxkblayout all 0 > /dev/null 2>&1
8
+
9
# Ensure 1password is locked
10
if pgrep -x "1password" >/dev/null; then
11
1password --lock &
0 commit comments