mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-05-08 11:48:01 +02:00
Fixed hyprfocus
Plugin works fine but this should defo be reviewed
This commit is contained in:
parent
e67531c9ad
commit
c5dc8c7ffd
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue