Merge pull request #88 from aouelete/master

Fixed config path
This commit is contained in:
Drew DeVault 2015-08-19 13:44:36 -04:00
commit 87d5d14310
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",