windowrules: add focus param

This commit is contained in:
Vaxry
2023-12-08 16:02:16 +00:00
parent 288f1863f0
commit 11d1c50420
3 changed files with 21 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ struct SWindowRule {
int bFloating = -1;
int bFullscreen = -1;
int bPinned = -1;
int bFocus = -1;
std::string szWorkspace = ""; // empty means any
};