diff --git a/docs/labwc-actions.5.scd b/docs/labwc-actions.5.scd index 604a8468..440f527d 100644 --- a/docs/labwc-actions.5.scd +++ b/docs/labwc-actions.5.scd @@ -422,6 +422,7 @@ Actions that execute other actions. Used in keyboard/mouse bindings. ``` + @@ -493,6 +494,26 @@ Actions that execute other actions. Used in keyboard/mouse bindings. This argument is optional. + *prompt* + Display a yes/no prompt dialog (labnag by default). If 'yes' is + selected, the *then* branch will be taken; and similarly with + 'no' and *else*. This argument is optional. Note that the syntax + is different to that of Openbox where a prompt element is not + tied to If-actions but would just be a child of the downstream + action. The reason for this difference is increased flexibility + and functionality gained by optionally using an *else* branch. + + ``` + + + + + + + + + ``` + *then* A list of actions to be executed if the window matches any query. This argument is optional. diff --git a/docs/menu.xml b/docs/menu.xml index d1ea8607..536d63a4 100644 --- a/docs/menu.xml +++ b/docs/menu.xml @@ -65,6 +65,16 @@ +