windowrules: add border size rule
This commit is contained in:
parent
ddb8c89776
commit
2c7b2ad6ca
6 changed files with 17 additions and 5 deletions
|
|
@ -122,6 +122,7 @@ struct SWindowAdditionalConfigData {
|
|||
CWindowOverridableVar<bool> noMaxSize = false;
|
||||
CWindowOverridableVar<bool> dimAround = false;
|
||||
CWindowOverridableVar<bool> forceRGBX = false;
|
||||
CWindowOverridableVar<int> borderSize = -1; // -1 means unset, takes precedence over the renderdata one
|
||||
};
|
||||
|
||||
struct SWindowRule {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue