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

Support XDG_CONFIG_HOME #125

Closed
koekeishiya opened this issue Jul 13, 2019 · 1 comment
Closed

Support XDG_CONFIG_HOME #125

koekeishiya opened this issue Jul 13, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@koekeishiya
Copy link
Owner

Mentioned in #122

@dominiklohmann
Support the XDG base directory spec: Check for the configuration file in the following places (in order):

${XDG_CONFIG_HOME}/yabai/config
${HOME}/.config/yabai/config
${HOME}/.yabairc

@koekeishiya koekeishiya added the enhancement New feature or request label Jul 13, 2019
@koekeishiya koekeishiya added the addressed on master; not released Fixed upstream, but not yet released label Jul 13, 2019
@koekeishiya
Copy link
Owner Author

On master we look for the config in the following places (in order):

  • ${XDG_CONFIG_HOME}/yabai/yabairc
  • ${HOME}/.config/yabai/yabairc
  • ${HOME}/.yabairc

@koekeishiya koekeishiya removed the addressed on master; not released Fixed upstream, but not yet released label Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant