From 19f0b769de7af7399b54a12964f01acc6bc0bbab Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Tue, 6 Aug 2024 19:49:44 +0100 Subject: [PATCH] labwc-config(5): minor refactor to fix pandoc rendering --- docs/labwc-config.5.scd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index df2ecbe1..986194d3 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -525,6 +525,9 @@ extending outward from the snapped edge. If set to "no" (or is absent) the keybind will be layout agnostic. Default is no. + *allowWhenLocked* [yes|no] + Make this keybind work even if the screen is locked. Default is no. + *onRelease* [yes|no] When yes, fires the keybind action when the key or key combination is released, rather than first pressed. This is useful to @@ -541,9 +544,6 @@ extending outward from the snapped edge. ``` - *allowWhenLocked* [yes|no] - Make this keybind work even if the screen is locked. Default is no. - ** Keybind action. See labwc-actions(5).