From 073c78551feaea7bfb5a6b30e668bf8231e1fa4d Mon Sep 17 00:00:00 2001 From: bi4k8 Date: Sat, 11 Dec 2021 23:12:05 +0000 Subject: [PATCH] document Client/Frame/Desktop mouse contexts --- docs/labwc-config.5.scd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index 8197e16f..87e5a886 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -116,6 +116,12 @@ Configuration must be wrapped in a root-node. - Iconify: The button that looks like an underline. - Maximize: The button that looks like a box. - Close: The button that looks like an X. + - Client: The client area of a window, inside its decorations. + Events bound to Client are also passed to applications. + - Frame: Any part of a window, but events bound to Frame are not passed + through to the application. + - Desktop: The desktop background, where no windows are present. + - Root: A synonym for Desktop (for compatibility). Supported mouse actions include: - Press: Pressing the specified button down in the context. -- 2.52.0