mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 15:11:57 -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;
|
||||
|
||||
if (BYADDRESS) {
|
||||
matchName = matchName.substr(9);
|
||||
matchName = matchName.substr(8);
|
||||
}
|
||||
|
||||
for (auto& m : g_pCompositor->m_vMonitors) {
|
||||
|
Reference in New Issue
Block a user