aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-07-29 11:16:28 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-06 14:17:58 +0100
commit11ac66d6fef118077731fccdaecc350257b8942a (patch)
treed931e04519453d5da44b57c0af8303797e590926 /sway/sway.5.scd
parentcommands: allow "first", "last", "newest" and "recent" as values for urgent c... (diff)
downloadsway-11ac66d6fef118077731fccdaecc350257b8942a.tar.gz
sway-11ac66d6fef118077731fccdaecc350257b8942a.tar.zst
sway-11ac66d6fef118077731fccdaecc350257b8942a.zip
commands: allow __focused__ for con_id criterion
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd4
1 files changed, 3 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 2d35f5d0..b639653a 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -582,7 +582,9 @@ The following attributes may be matched with:
582 the currently focused window. 582 the currently focused window.
583 583
584*con\_id* 584*con\_id*
585 Compare against the internal container ID, which you can find via IPC. 585 Compare against the internal container ID, which you can find via IPC. If
586 value is \_\_focused\_\_, then the id must be the same as that of the
587 currently focused window.
586 588
587*con\_mark* 589*con\_mark*
588 Compare against the window marks. Can be a regular expression. 590 Compare against the window marks. Can be a regular expression.