mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-07 15:41:58 -07:00
LS: fix support for legacy blurls
This commit is contained in:
@@ -1664,6 +1664,9 @@ std::vector<SLayerRule> CConfigManager::getMatchingRules(SLayerSurface* pLS) {
|
|||||||
returns.push_back(lr);
|
returns.push_back(lr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (pLS->layerSurface->_namespace && shouldBlurLS(pLS->layerSurface->_namespace))
|
||||||
|
returns.push_back({pLS->layerSurface->_namespace, "blur"});
|
||||||
|
|
||||||
return returns;
|
return returns;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user