commands: allow __focused__ for con_id criterion

This commit is contained in:
Ian Fan 2018-07-29 11:16:28 +01:00
parent 710f27d0d2
commit 11ac66d6fe
2 changed files with 15 additions and 4 deletions

View file

@ -582,7 +582,9 @@ The following attributes may be matched with:
the currently focused window.
*con\_id*
Compare against the internal container ID, which you can find via IPC.
Compare against the internal container ID, which you can find via IPC. If
value is \_\_focused\_\_, then the id must be the same as that of the
currently focused window.
*con\_mark*
Compare against the window marks. Can be a regular expression.