mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 20:51:58 -07:00
repaint on dynamic decoration keywords
This commit is contained in:
@@ -618,6 +618,12 @@ std::string dispatchKeyword(std::string in) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// decorations will probably need a repaint
|
||||||
|
if (COMMAND.contains("decoration:")) {
|
||||||
|
for (auto& m : g_pCompositor->m_vMonitors)
|
||||||
|
g_pHyprRenderer->damageMonitor(m.get());
|
||||||
|
}
|
||||||
|
|
||||||
Debug::log(LOG, "Hyprctl: keyword %s : %s", COMMAND.c_str(), VALUE.c_str());
|
Debug::log(LOG, "Hyprctl: keyword %s : %s", COMMAND.c_str(), VALUE.c_str());
|
||||||
|
|
||||||
if (retval == "")
|
if (retval == "")
|
||||||
|
Reference in New Issue
Block a user