mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
bindsym: change default keymap for --to-code
Replace XKB_DEFAULT_LAYOUT with NULL as the default layout.
This commit is contained in:
parent
f1609abe4c
commit
998de8fbc5
2 changed files with 3 additions and 10 deletions
|
|
@ -340,7 +340,7 @@ static void config_defaults(struct sway_config *config) {
|
|||
|
||||
// The keysym to keycode translation
|
||||
config->keysym_translation_state =
|
||||
keysym_translation_state_create(getenv("XKB_DEFAULT_LAYOUT"));
|
||||
keysym_translation_state_create(NULL);
|
||||
|
||||
return;
|
||||
cleanup:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue