summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/sway.5.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index cab9d6b1..3b0cd531 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -463,9 +463,15 @@ Currently supported attributes:
463 is _focused_ then the window class must be the same as that of the currently 463 is _focused_ then the window class must be the same as that of the currently
464 focused window. 464 focused window.
465 465
466**con_id**::
467 Compare against the internal container ID, which you can find via IPC.
468
466**con_mark**:: 469**con_mark**::
467 Compare against the window marks. Can be a regular expression. 470 Compare against the window marks. Can be a regular expression.
468 471
472**floating**::
473 Matches against floating windows.
474
469**id**:: 475**id**::
470 Compare value against the app id. Can be a regular expression. 476 Compare value against the app id. Can be a regular expression.
471 477
@@ -474,6 +480,9 @@ Currently supported attributes:
474 _focused_ then the window title must be the same as that of the currently 480 _focused_ then the window title must be the same as that of the currently
475 focused window. 481 focused window.
476 482
483**tiling**::
484 Matches against tiling windows.
485
477**workspace**:: 486**workspace**::
478 Compare against the workspace name for this view. Can be a regular expression. 487 Compare against the workspace name for this view. Can be a regular expression.
479 If value is _focused_ then all the views on the currently focused workspace 488 If value is _focused_ then all the views on the currently focused workspace