Added Xwayland and floating props to windowrulev2

This commit is contained in:
vaxerski
2022-09-07 11:24:40 +02:00
parent cf5426f2d8
commit 44a2d755c6
2 changed files with 26 additions and 1 deletions

View File

@@ -52,6 +52,8 @@ struct SWindowRule {
bool v2 = false;
std::string szTitle;
std::string szClass;
int bX11 = -1; // -1 means "ANY"
int bFloating = -1;
};
struct SAnimationPropertyConfig {