commit 87d5d14310964021c1fb46054985bf2f2a75f946
parent 8f529536e3183cb2ebecee71903edd135316b197
Author: Drew DeVault <sir@cmpwn.com>
Date: Wed, 19 Aug 2015 13:44:36 -0400
Merge pull request #88 from aouelete/master
Fixed config path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sway/config.c b/sway/config.c
@@ -63,7 +63,7 @@ void free_config(struct sway_config *config) {
static const char *search_paths[] = {
"$home/.sway/config",
- "$config/.sway/config",
+ "$config/sway/config",
"/etc/sway/config",
"$home/.i3/config",
"$config/.i3/config",