desktop/windowRule: add parser switch for confine pointer (#14263)

This commit is contained in:
fazzi 2026-05-02 23:12:49 +01:00 committed by GitHub
parent fe17cea39e
commit 6ec0228c38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -248,6 +248,7 @@ static std::expected<WindowRuleEffectValue, std::string> 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: {