windowrules: add focus param
This commit is contained in:
parent
288f1863f0
commit
11d1c50420
3 changed files with 21 additions and 2 deletions
|
|
@ -155,6 +155,7 @@ struct SWindowRule {
|
|||
int bFloating = -1;
|
||||
int bFullscreen = -1;
|
||||
int bPinned = -1;
|
||||
int bFocus = -1;
|
||||
std::string szWorkspace = ""; // empty means any
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue