From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Sun, 14 Apr 2024 11:19:00 +0000 (+0200) Subject: docs: add missing documention for the ForEach none branch X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=1f39f17be1d910d83da934b6571e9f82b2be13a7;p=proto%2Flabwc.git docs: add missing documention for the ForEach none branch --- diff --git a/docs/labwc-actions.5.scd b/docs/labwc-actions.5.scd index a8443fc5..3353fcfa 100644 --- a/docs/labwc-actions.5.scd +++ b/docs/labwc-actions.5.scd @@ -318,6 +318,10 @@ Actions that execute other actions. Used in keyboard/mouse bindings. Identical to "If" action, but applies to all windows, not just the focused one. + The *ForEach* action has another optional *none* branch which gets + executed when no window has been matched by the query. This allows + for example to implement a run-or-raise functionality. + # SEE ALSO labwc(1), labwc-config(5), labwc-theme(5), glob(7)