mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 20:45:59 +01:00
LS: fix support for legacy blurls
This commit is contained in:
parent
d797d9905d
commit
e98ee49aee
1 changed files with 3 additions and 0 deletions
|
@ -1664,6 +1664,9 @@ std::vector<SLayerRule> CConfigManager::getMatchingRules(SLayerSurface* pLS) {
|
|||
returns.push_back(lr);
|
||||
}
|
||||
|
||||
if (pLS->layerSurface->_namespace && shouldBlurLS(pLS->layerSurface->_namespace))
|
||||
returns.push_back({pLS->layerSurface->_namespace, "blur"});
|
||||
|
||||
return returns;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue