mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 13:03:48 -07:00
windowrules: add option to allow size persistence between app launches (#9422)
This commit is contained in:
@@ -37,6 +37,7 @@ class CWindowRule {
|
||||
RULE_WORKSPACE,
|
||||
RULE_PROP,
|
||||
RULE_CONTENT,
|
||||
RULE_PERSISTENTSIZE,
|
||||
};
|
||||
|
||||
eRuleType ruleType = RULE_INVALID;
|
||||
|
Reference in New Issue
Block a user