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
This commit is contained in:
Pete Jackson
2026-04-22 13:24:59 +02:00
committed by GitHub
parent edf7067797
commit 0a4490a1f1
+1
View File
@@ -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"