mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-11 18:21:54 -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
|
||||
if (COMMAND.contains("decoration:")) {
|
||||
if (COMMAND.contains("decoration:") || COMMAND.contains("border")) {
|
||||
for (auto& m : g_pCompositor->m_vMonitors)
|
||||
g_pHyprRenderer->damageMonitor(m.get());
|
||||
}
|
||||
|
Reference in New Issue
Block a user