mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 21:25:58 +01:00
blurls: fix address substr length
This commit is contained in:
parent
ca1c1438e3
commit
c9167d9646
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue