aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-10-08 11:08:12 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-10-08 11:09:24 -0400
commiteb7b920303f0589fd5220a3d025b9c678d7c7a16 (patch)
treed774e425ee36d8a465204ede90cad6f5584b4472
parentDocument swaylock -f, scratchpad show (diff)
downloadsway-eb7b920303f0589fd5220a3d025b9c678d7c7a16.tar.gz
sway-eb7b920303f0589fd5220a3d025b9c678d7c7a16.tar.zst
sway-eb7b920303f0589fd5220a3d025b9c678d7c7a16.zip
Document new criteria
Via #1387
-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