From f3f77f9ff1912a2b05304ba8a5278f42e16b6c1b Mon Sep 17 00:00:00 2001 From: Yacine Hmito Date: Tue, 1 Dec 2015 01:23:16 +0100 Subject: FALLBACK_CONFIG_DIR did not work. Fixed. - Flag was ignored. Now it's taken into account. - Missing trailing slashes in path now behaves properly. --- sway/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/config.c') diff --git a/sway/config.c b/sway/config.c index dac3e8f8..6a1d172b 100644 --- a/sway/config.c +++ b/sway/config.c @@ -136,7 +136,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", }; -- cgit v1.2.3