mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 14:18:30 +02:00
desktop/windowRule: add parser switch for confine pointer (#14263)
This commit is contained in:
parent
fe17cea39e
commit
6ec0228c38
1 changed files with 1 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue