mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-23 22:05:58 +01:00
default autogen to 0
This commit is contained in:
parent
ca432cc589
commit
83547e472d
1 changed files with 2 additions and 0 deletions
|
@ -334,6 +334,8 @@ void ConfigManager::loadConfigLoadVars() {
|
|||
ConfigManager::currentCategory = ""; // reset the category
|
||||
ConfigManager::windowRules.clear(); // Clear rules
|
||||
|
||||
configValues["autogenerated"].intValue = 0;
|
||||
|
||||
if (loadBar && g_pWindowManager->statusBar) {
|
||||
// clear modules as we overwrite them
|
||||
for (auto& m : g_pWindowManager->statusBar->modules) {
|
||||
|
|
Loading…
Reference in a new issue