aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/config.c b/sway/config.c
index 853a7111..1973de02 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -153,8 +153,8 @@ static char *get_config_path(void) {
153 "$XDG_CONFIG_HOME/sway/config", 153 "$XDG_CONFIG_HOME/sway/config",
154 "$HOME/.i3/config", 154 "$HOME/.i3/config",
155 "$XDG_CONFIG_HOME/i3/config", 155 "$XDG_CONFIG_HOME/i3/config",
156 FALLBACK_CONFIG_DIR "/config", 156 "${CMAKE_INSTALL_FULL_SYSCONFDIR}/sway/config",
157 "/etc/i3/config", 157 "${CMAKE_INSTALL_FULL_SYSCONFDIR}/i3/config",
158 }; 158 };
159 159
160 if (!getenv("XDG_CONFIG_HOME")) { 160 if (!getenv("XDG_CONFIG_HOME")) {