Skip to content

Commit c49350f

Browse files
vilhalmeremersion
authored andcommitted
Add to man page
1 parent f31f682 commit c49350f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

mako.5.scd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ The following fields are available in criteria:
268268
- _desktop-entry_ (string)
269269
- _actionable_ (boolean)
270270
- _expiring_ (boolean)
271+
272+
The following fields are also available to match on a second pass based on
273+
where previous style options decided to place each notification:
274+
271275
- _grouped_ (boolean)
272276
- Whether the notification is grouped with any others (its group-index is
273277
not -1).
@@ -276,6 +280,15 @@ The following fields are available in criteria:
276280
- _hidden_ (boolean)
277281
- _hidden_ is special, it defines the style for the placeholder shown when
278282
the number of notifications or groups exceeds _max-visible_.
283+
- _output_ (string)
284+
- Which output the notification was sorted onto. See the output style
285+
option for possible values.
286+
- _anchor_ (string)
287+
- Which position on the output the notification was assigned to. See the
288+
anchor style option for possible values.
289+
290+
There are only two passes performed on each notification, so the second-pass
291+
critera are not allowed to reposition the notification.
279292

280293
If a field's value contains special characters, they may be escaped with a
281294
backslash, or quoted:

0 commit comments

Comments
 (0)