aboutsummaryrefslogtreecommitdiff
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 966362cc..bd3cf4e6 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -151,7 +151,7 @@ static char *get_config_path(void) {
"$XDG_CONFIG_HOME/sway/config",
"$HOME/.i3/config",
"$XDG_CONFIG_HOME/i3/config",
- FALLBACK_CONFIG_DIR "/config",
+ FALLBACK_CONFIG_DIR "/config",
"/etc/i3/config",
};