criteria: add sandbox properties

This commit is contained in:
Puck Meerburg 2022-08-07 10:12:51 +00:00 committed by Simon Ser
parent 60f06fc4f1
commit 3ab1f0ca3d
3 changed files with 104 additions and 1 deletions

View file

@ -1058,6 +1058,22 @@ The following attributes may be matched with:
expression. If the value is \_\_focused\_\_, then all the views on the
currently focused workspace matches.
*sandbox_engine*
Compare against the associated sandbox engine. Can be a regular expression.
If the value is \_\_focused\_\_, then the sandbox engine must be the same as
that of the currently focused window.
*sandbox_app_id*
Compare against the app ID provided by the associated sandbox engine. Can be
a regular expression. If the value is \_\_focused\_\_, then the sandbox app
ID must be the same as that of the currently focused window.
*sandbox_instance_id*
Compare against the instance ID provided by the associated sandbox engine.
Can be a regular expression. If the value is \_\_focused\_\_, then the
sandbox instance ID must be the same as that of the currently focused
window.
# SEE ALSO
*sway*(1) *sway-input*(5) *sway-output*(5) *sway-bar*(5) *sway-ipc*(7)