windowrules: add modal prop (#12024)
adds a modal prop for targeting modal windows with rules
This commit is contained in:
parent
7fcaf332e8
commit
4b55ec6830
2 changed files with 10 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ class CWindowRule {
|
|||
int m_pinned = -1;
|
||||
int m_focus = -1;
|
||||
int m_group = -1;
|
||||
int m_modal = -1;
|
||||
std::string m_fullscreenState = ""; // empty means any
|
||||
std::string m_onWorkspace = ""; // empty means any
|
||||
std::string m_workspace = ""; // empty means any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue