mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 12:05:58 +01:00
input: make fallback layout us
This commit is contained in:
parent
c6804ccaab
commit
2d04cb1cc6
1 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue