Fixed config path

This commit is contained in:
aouelete 2015-08-19 13:41:58 -04:00
parent 8f529536e3
commit acbcf17905
1 changed files with 1 additions and 1 deletions

View File

@ -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",