hyprctl: fix workspace dynamic effect reloading (#13537)
ref https://github.com/hyprwm/Hyprland/discussions/12806
This commit is contained in:
parent
b06a4b5e13
commit
7299a3b0d5
5 changed files with 37 additions and 9 deletions
|
|
@ -630,6 +630,8 @@ void CWindowRuleApplicator::propertiesChanged(std::underlying_type_t<eRuleProper
|
|||
needsRelayout = needsRelayout || RES.needsRelayout;
|
||||
}
|
||||
|
||||
m_window->updateWindowData();
|
||||
m_window->updateWindowDecos();
|
||||
m_window->updateDecorationValues();
|
||||
|
||||
if (needsRelayout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue