aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-07-29 10:33:21 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-06 14:17:45 +0100
commit710f27d0d2a33e937d5b8dd8c9342b19fa04ebe9 (patch)
treee04ce9ee56ec3b489050ec9db01bad4e4a0c6be2 /sway/sway.5.scd
parentMerge pull request #2422 from ggreer/compiler-errors (diff)
downloadsway-710f27d0d2a33e937d5b8dd8c9342b19fa04ebe9.tar.gz
sway-710f27d0d2a33e937d5b8dd8c9342b19fa04ebe9.tar.zst
sway-710f27d0d2a33e937d5b8dd8c9342b19fa04ebe9.zip
commands: allow "first", "last", "newest" and "recent" as values for urgent criteria
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 82df38e3..2d35f5d0 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -612,7 +612,8 @@ The following attributes may be matched with:
612 currently focused window. 612 currently focused window.
613 613
614*urgent* 614*urgent*
615 Compares the urgent state of the window. Can be "latest" or "oldest". 615 Compares the urgent state of the window. Can be "first", "last", "latest",
616 "newest", "oldest" or "recent".
616 617
617*window\_role* 618*window\_role*
618 Compare against the window role (WM\_WINDOW\_ROLE). Can be a regular 619 Compare against the window role (WM\_WINDOW\_ROLE). Can be a regular