From cbd31ba481c5be65e015647851eef4b396869073 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Thu, 12 Jan 2023 13:33:45 +0100 Subject: [PATCH] damage on border change --- src/debug/HyprCtl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index e4139a0c6..4db5bafb1 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -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()); }