windowrules: add initialTitle and initialClass (#4259)

This commit is contained in:
Tuur Vanhoutte 2023-12-26 23:47:46 +01:00 committed by GitHub
parent 9fb50252d3
commit 191fa587f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 10 deletions

View file

@ -151,6 +151,8 @@ struct SWindowRule {
bool v2 = false;
std::string szTitle;
std::string szClass;
std::string szInitialTitle;
std::string szInitialClass;
int bX11 = -1; // -1 means "ANY"
int bFloating = -1;
int bFullscreen = -1;