config: add group: selector (#10588)
This commit is contained in:
parent
abdfc5ea40
commit
423b69f5d3
2 changed files with 19 additions and 3 deletions
|
|
@ -58,6 +58,7 @@ class CWindowRule {
|
|||
int m_fullscreen = -1;
|
||||
int m_pinned = -1;
|
||||
int m_focus = -1;
|
||||
int m_group = -1;
|
||||
std::string m_fullscreenState = ""; // empty means any
|
||||
std::string m_onWorkspace = ""; // empty means any
|
||||
std::string m_workspace = ""; // empty means any
|
||||
|
|
@ -70,4 +71,4 @@ class CWindowRule {
|
|||
CRuleRegexContainer m_initialTitleRegex;
|
||||
CRuleRegexContainer m_initialClassRegex;
|
||||
CRuleRegexContainer m_v1Regex;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue