diff options
author | Ian Fan <ianfan0@gmail.com> | 2018-07-29 10:33:21 +0100 |
---|---|---|
committer | Ian Fan <ianfan0@gmail.com> | 2018-08-06 14:17:45 +0100 |
commit | 710f27d0d2a33e937d5b8dd8c9342b19fa04ebe9 (patch) | |
tree | e04ce9ee56ec3b489050ec9db01bad4e4a0c6be2 /sway/sway.5.scd | |
parent | 0cd418ba42bf7fa9570a2c1c09cea153d3337c7a (diff) |
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.scd | 3 |
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: currently focused window. *urgent* - Compares the urgent state of the window. Can be "latest" or "oldest". + Compares the urgent state of the window. Can be "first", "last", "latest", + "newest", "oldest" or "recent". *window\_role* Compare against the window role (WM\_WINDOW\_ROLE). Can be a regular |