mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 21:25:58 +01:00
hyprctl: rerender on cursor_zoom_factor dynamic calls
This commit is contained in:
parent
da0c74cdf0
commit
51cda87fe4
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ std::string dispatchKeyword(std::string in) {
|
|||
}
|
||||
|
||||
// decorations will probably need a repaint
|
||||
if (COMMAND.contains("decoration:") || COMMAND.contains("border") || COMMAND == "workspace") {
|
||||
if (COMMAND.contains("decoration:") || COMMAND.contains("border") || COMMAND == "workspace" || COMMAND.contains("cursor_zoom_factor")) {
|
||||
for (auto& m : g_pCompositor->m_vMonitors) {
|
||||
g_pHyprRenderer->damageMonitor(m.get());
|
||||
g_pLayoutManager->getCurrentLayout()->recalculateMonitor(m->ID);
|
||||
|
|
Loading…
Reference in a new issue