mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-10-30 05:51:44 +00:00
LS: fix support for legacy blurls
This commit is contained in:
parent
d797d9905d
commit
e98ee49aee
@ -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 New Issue
Block a user