diff --git a/src/desktop/rule/windowRule/WindowRule.cpp b/src/desktop/rule/windowRule/WindowRule.cpp index 10d39383b..5bbf2abe4 100644 --- a/src/desktop/rule/windowRule/WindowRule.cpp +++ b/src/desktop/rule/windowRule/WindowRule.cpp @@ -248,6 +248,7 @@ static std::expected parseWindowRuleEffect(C case WINDOW_RULE_EFFECT_RENDER_UNFOCUSED: case WINDOW_RULE_EFFECT_NO_SCREEN_SHARE: case WINDOW_RULE_EFFECT_NO_VRR: + case WINDOW_RULE_EFFECT_CONFINE_POINTER: case WINDOW_RULE_EFFECT_STAY_FOCUSED: return truthy(raw); case WINDOW_RULE_EFFECT_FULLSCREENSTATE: {