aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-08 11:08:12 -0400
committerDrew DeVault <sir@cmpwn.com>2017-10-08 11:09:24 -0400
commiteb7b920303f0589fd5220a3d025b9c678d7c7a16 (patch)
treed774e425ee36d8a465204ede90cad6f5584b4472
parenta6d5cad30981723746b8202ec9e104de096d6d1d (diff)
downloadsway-eb7b920303f0589fd5220a3d025b9c678d7c7a16.zip
sway-eb7b920303f0589fd5220a3d025b9c678d7c7a16.tar.gz
sway-eb7b920303f0589fd5220a3d025b9c678d7c7a16.tar.bz2
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 cab9d6b..3b0cd53 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -463,9 +463,15 @@ Currently supported attributes:
is _focused_ then the window class must be the same as that of the currently
focused window.
+**con_id**::
+ Compare against the internal container ID, which you can find via IPC.
+
**con_mark**::
Compare against the window marks. Can be a regular expression.
+**floating**::
+ Matches against floating windows.
+
**id**::
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 window.
+**tiling**::
+ Matches against tiling windows.
+
**workspace**::
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