Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fix to config loading #37

Merged
merged 1 commit into from
Aug 16, 2015
Merged

Minor fix to config loading #37

merged 1 commit into from
Aug 16, 2015

Conversation

Luminarys
Copy link
Collaborator

Forgot to change some lines when adding in the i3 stuff, this fixes it.

ddevault added a commit that referenced this pull request Aug 16, 2015
Minor fix to config loading
@ddevault ddevault merged commit 5ed999b into swaywm:master Aug 16, 2015
@ddevault
Copy link
Contributor

Maybe in the future we can just have a list of paths, like this:

static char *paths[] = {
    "$XDG_CONFIG_HOME/sway/config",
    "$HOME/sway/config",
    ...
}

@Luminarys
Copy link
Collaborator Author

Having a variable expander would probably be a good idea, I can go ahead and do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants