wayfire
wayfire copied to clipboard
Option to not reload on config file update?
Wayfire usually runs fine, but after reloading the config file, it often crashes in one way or another, especially when plugin are enabled / disabled or libraries are updated.
I sometimes need to do a git rebase or cherry-pick or whatever for my config files, but this will cause wayfire to reload a lot of times, potentially with unwanted old config, or config with errors (conflict markers).
just an idea to implement >> WAYFIRE_UPDATE_CONFIG=false wayfire since there is WAYFIRE_CONFIG_FILE=/path/to/wayfire.ini to set the config file, just to follow the logic