File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,10 @@ The following fields are available in criteria:
268
268
- _ desktop-entry_ (string)
269
269
- _ actionable_ (boolean)
270
270
- _ 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
+
271
275
- _ grouped_ (boolean)
272
276
- Whether the notification is grouped with any others (its group-index is
273
277
not -1).
@@ -276,6 +280,15 @@ The following fields are available in criteria:
276
280
- _ hidden_ (boolean)
277
281
- _hidden_ is special, it defines the style for the placeholder shown when
278
282
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.
279
292
280
293
If a field's value contains special characters, they may be escaped with a
281
294
backslash, or quoted:
You can’t perform that action at this time.
0 commit comments