windowrules: add border size rule

This commit is contained in:
vaxerski
2023-07-18 00:11:29 +02:00
parent ddb8c89776
commit 2c7b2ad6ca
6 changed files with 17 additions and 5 deletions

View File

@@ -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 {