From 6237e26a1d44ca88e27b09c41619df51de6aae81 Mon Sep 17 00:00:00 2001 From: Jos Dehaes Date: Wed, 15 Apr 2026 14:37:29 +0200 Subject: [PATCH] docs: document raiseOnFocusDelay Add the new option to labwc-config(5) and the example rc.xml.all. --- docs/labwc-config.5.scd | 7 +++++++ docs/rc.xml.all | 2 ++ 2 files changed, 9 insertions(+) diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index 6f198532..8ea88d8f 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -493,6 +493,13 @@ this is for compatibility with Openbox. ** [yes|no] Raise window to top when focused. Default is no. +** [milliseconds] + When raiseOnFocus is enabled, delay the actual raise by this many + milliseconds. Default is 0 (raise immediately). A subsequent focus + change before the timer elapses restarts or cancels the pending raise. + Useful together with followMouse to avoid brief passes of the cursor + stacking up z-order changes. + ## WINDOW SNAPPING Windows may be "snapped" to an edge or user-defined region of an output when diff --git a/docs/rc.xml.all b/docs/rc.xml.all index 61ea121a..9755530b 100644 --- a/docs/rc.xml.all +++ b/docs/rc.xml.all @@ -158,6 +158,8 @@ no yes no + + 0