mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-11 02:01:53 -07:00
blurls: fix address substr length
This commit is contained in:
@@ -942,7 +942,7 @@ void CConfigManager::updateBlurredLS(const std::string& name, const bool forceBl
|
|||||||
std::string matchName = name;
|
std::string matchName = name;
|
||||||
|
|
||||||
if (BYADDRESS) {
|
if (BYADDRESS) {
|
||||||
matchName = matchName.substr(9);
|
matchName = matchName.substr(8);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (auto& m : g_pCompositor->m_vMonitors) {
|
for (auto& m : g_pCompositor->m_vMonitors) {
|
||||||
|
Reference in New Issue
Block a user