mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:45:59 +01:00
config: clear layer rules on reload
This commit is contained in:
parent
0432804b18
commit
bf04c83e3d
1 changed files with 1 additions and 0 deletions
|
@ -1380,6 +1380,7 @@ void CConfigManager::loadConfigLoadVars() {
|
|||
m_mWorkspaceRules.clear();
|
||||
setDefaultAnimationVars(); // reset anims
|
||||
m_vDeclaredPlugins.clear();
|
||||
m_dLayerRules.clear();
|
||||
|
||||
// paths
|
||||
configPaths.clear();
|
||||
|
|
Loading…
Reference in a new issue