Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow Vendored Configuration File (#2588)
* Allow Vendored Configuration File This PR adds support for vendoring the Wayfire configuration file. In particular this means `${XDG_CONFIG_HOME}/wayfire/wayfire.ini` will take precedence over `${XDG_CONFIG_HOME}/wayfire.ini` while looking for a configuration file. I opted to implement this change, since Wayfire already uses vendor-directories for plugin data in `${XDG_DATA_HOME}/wayfire/plugin`. Furthermore, I spent way too long trying to find out why my default configuration is not working. I assume this change can reduce the maintenance burden, since people doing the same mistake will not open an issue or ask in IRC. I copied it from `/usr/share/examples/wayfire/wayfire.ini` as packaged by my distro and therefore assumed wayfire uses the common vendor prefix pattern. While researching my problem, I found several threads where people likely did the same mistake. * Uncrustify my Changes
- Loading branch information