mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
commands: allow __focused__ for con_id criterion
This commit is contained in:
parent
710f27d0d2
commit
11ac66d6fe
2 changed files with 15 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue