config: add fullscreen window criteria
This commit is contained in:
parent
91c948b219
commit
e36ccd560c
14 changed files with 51 additions and 3 deletions
|
|
@ -1811,6 +1811,10 @@
|
|||
"focused": {
|
||||
"type": "boolean",
|
||||
"description": "Matches if the window has/hasn't the keyboard focus."
|
||||
},
|
||||
"fullscreen": {
|
||||
"type": "boolean",
|
||||
"description": "Matches if the window is/isn't fullscreen."
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue