blurls: fix address substr length

This commit is contained in:
Vaxry 2023-03-09 14:24:06 +00:00
parent ca1c1438e3
commit c9167d9646
1 changed files with 1 additions and 1 deletions

View File

@ -942,7 +942,7 @@ void CConfigManager::updateBlurredLS(const std::string& name, const bool forceBl
std::string matchName = name;
if (BYADDRESS) {
matchName = matchName.substr(9);
matchName = matchName.substr(8);
}
for (auto& m : g_pCompositor->m_vMonitors) {