mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 06:01:56 -07:00
input: make fallback layout us
This commit is contained in:
@@ -899,7 +899,7 @@ void CInputManager::applyConfigToKeyboard(SKeyboard* pKeyboard) {
|
|||||||
pKeyboard->currentRules.model = "";
|
pKeyboard->currentRules.model = "";
|
||||||
pKeyboard->currentRules.variant = "";
|
pKeyboard->currentRules.variant = "";
|
||||||
pKeyboard->currentRules.options = "";
|
pKeyboard->currentRules.options = "";
|
||||||
pKeyboard->currentRules.layout = "";
|
pKeyboard->currentRules.layout = "us";
|
||||||
|
|
||||||
KEYMAP = xkb_keymap_new_from_names(CONTEXT, &rules, XKB_KEYMAP_COMPILE_NO_FLAGS);
|
KEYMAP = xkb_keymap_new_from_names(CONTEXT, &rules, XKB_KEYMAP_COMPILE_NO_FLAGS);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user