mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-13 11:05:46 -07:00
damage on border change
This commit is contained in:
@@ -619,7 +619,7 @@ std::string dispatchKeyword(std::string in) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// decorations will probably need a repaint
|
// decorations will probably need a repaint
|
||||||
if (COMMAND.contains("decoration:")) {
|
if (COMMAND.contains("decoration:") || COMMAND.contains("border")) {
|
||||||
for (auto& m : g_pCompositor->m_vMonitors)
|
for (auto& m : g_pCompositor->m_vMonitors)
|
||||||
g_pHyprRenderer->damageMonitor(m.get());
|
g_pHyprRenderer->damageMonitor(m.get());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user