windowrules: add option to allow size persistence between app launches (#9422)
This commit is contained in:
parent
4082e876d5
commit
b80b64cd6c
7 changed files with 78 additions and 15 deletions
|
|
@ -198,6 +198,8 @@ struct SWindowData {
|
|||
|
||||
CWindowOverridableVar<CGradientValueData> activeBorderColor;
|
||||
CWindowOverridableVar<CGradientValueData> inactiveBorderColor;
|
||||
|
||||
CWindowOverridableVar<bool> persistentSize;
|
||||
};
|
||||
|
||||
struct SInitialWorkspaceToken {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue