summaryrefslogtreecommitdiff
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index c5d892f3..8579e865 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -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: