docs: add missing documention for the ForEach none branch

This commit is contained in:
Consolatis 2024-04-14 13:19:00 +02:00
parent 76bdaac4dc
commit 1f39f17be1

View file

@ -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 Identical to "If" action, but applies to all windows, not just the
focused one. 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 # SEE ALSO
labwc(1), labwc-config(5), labwc-theme(5), glob(7) labwc(1), labwc-config(5), labwc-theme(5), glob(7)