summaryrefslogtreecommitdiffstats
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) {
340 340
341 // The keysym to keycode translation 341 // The keysym to keycode translation
342 config->keysym_translation_state = 342 config->keysym_translation_state =
343 keysym_translation_state_create(getenv("XKB_DEFAULT_LAYOUT")); 343 keysym_translation_state_create(NULL);
344 344
345 return; 345 return;
346cleanup: 346cleanup: