Added Xwayland and floating props to windowrulev2
This commit is contained in:
parent
cf5426f2d8
commit
44a2d755c6
2 changed files with 26 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue