Fixed hyprfocus

Plugin works fine but this should defo be reviewed
This commit is contained in:
nnra6864 2025-11-18 23:45:33 +01:00
parent e67531c9ad
commit c5dc8c7ffd

View file

@ -59,8 +59,8 @@ static void onFocusChange(PHLWINDOW window) {
if (!w)
return;
w->m_activeInactiveAlpha->setConfig(POUT);
g_pCompositor->updateWindowAnimatedDecorationValues(w.lock());
w->updateDynamicRules();
w->updateDecorationValues();
w->m_ruleApplicator->propertiesChanged(Desktop::Rule::RULE_PROP_ON_WORKSPACE);
w->m_activeInactiveAlpha->setCallbackOnEnd(nullptr);
});