mirror of
https://github.com/swaywm/sway.git
synced 2025-01-01 18:06:47 +01:00
parent
a6d5cad309
commit
eb7b920303
1 changed files with 9 additions and 0 deletions
|
@ -463,9 +463,15 @@ Currently supported attributes:
|
||||||
is _focused_ then the window class must be the same as that of the currently
|
is _focused_ then the window class must be the same as that of the currently
|
||||||
focused window.
|
focused window.
|
||||||
|
|
||||||
|
**con_id**::
|
||||||
|
Compare against the internal container ID, which you can find via IPC.
|
||||||
|
|
||||||
**con_mark**::
|
**con_mark**::
|
||||||
Compare against the window marks. Can be a regular expression.
|
Compare against the window marks. Can be a regular expression.
|
||||||
|
|
||||||
|
**floating**::
|
||||||
|
Matches against floating windows.
|
||||||
|
|
||||||
**id**::
|
**id**::
|
||||||
Compare value against the app id. Can be a regular expression.
|
Compare value against the app id. Can be a regular expression.
|
||||||
|
|
||||||
|
@ -474,6 +480,9 @@ Currently supported attributes:
|
||||||
_focused_ then the window title must be the same as that of the currently
|
_focused_ then the window title must be the same as that of the currently
|
||||||
focused window.
|
focused window.
|
||||||
|
|
||||||
|
**tiling**::
|
||||||
|
Matches against tiling windows.
|
||||||
|
|
||||||
**workspace**::
|
**workspace**::
|
||||||
Compare against the workspace name for this view. Can be a regular expression.
|
Compare against the workspace name for this view. Can be a regular expression.
|
||||||
If value is _focused_ then all the views on the currently focused workspace
|
If value is _focused_ then all the views on the currently focused workspace
|
||||||
|
|
Loading…
Reference in a new issue