mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-11 18:21:54 -07:00
update animated deco values after setprop
This commit is contained in:
@@ -901,6 +901,8 @@ std::string dispatchSetProp(std::string request) {
|
|||||||
}
|
}
|
||||||
} catch (std::exception& e) { return "error in parsing prop value: " + std::string(e.what()); }
|
} catch (std::exception& e) { return "error in parsing prop value: " + std::string(e.what()); }
|
||||||
|
|
||||||
|
g_pCompositor->updateAllWindowsAnimatedDecorationValues();
|
||||||
|
|
||||||
return "ok";
|
return "ok";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user