From 0a4490a1f1e6419ee50c40c8e73a02c5ee727b7b Mon Sep 17 00:00:00 2001 From: Pete Jackson Date: Wed, 22 Apr 2026 07:24:59 -0400 Subject: [PATCH] Restore keyboard layout after hyprland config refresh (#5319) omarchy-refresh-hyprland overwrites input.conf with the default template, which has kb_layout and kb_variant commented out. Non-US users lose their keyboard layout with no obvious recovery path. Re-run detect-keyboard-layout.sh after the refresh so the system layout from /etc/vconsole.conf is re-applied, matching what the initial install does. Closes #2507 --- bin/omarchy-refresh-hyprland | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-refresh-hyprland b/bin/omarchy-refresh-hyprland index 10e02674..d9c360ee 100755 --- a/bin/omarchy-refresh-hyprland +++ b/bin/omarchy-refresh-hyprland @@ -7,3 +7,4 @@ omarchy-refresh-config hypr/bindings.conf omarchy-refresh-config hypr/input.conf omarchy-refresh-config hypr/looknfeel.conf omarchy-refresh-config hypr/hyprland.conf +bash "$OMARCHY_PATH/install/config/detect-keyboard-layout.sh"