From 953249249cfb20952af48df2b19aba3cde159a5c Mon Sep 17 00:00:00 2001 From: tokyo4j Date: Mon, 13 Oct 2025 18:58:23 +0900 Subject: [PATCH] rcxml: call labnag with --keyboard-focus on-demand by default --- docs/labwc-config.5.scd | 1 + src/config/rcxml.c | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index 20149bee..995be07c 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -285,6 +285,7 @@ this is for compatibility with Openbox. --button-text-color '%t' \\ --border-bottom-size 1 \\ --button-border-size 3 \\ + --keyboard-focus on-demand \\ --timeout 0 ``` diff --git a/src/config/rcxml.c b/src/config/rcxml.c index be49eaeb..6d0caf80 100644 --- a/src/config/rcxml.c +++ b/src/config/rcxml.c @@ -1645,6 +1645,7 @@ post_processing(void) "--button-text-color '%t' " "--border-bottom-size 1 " "--button-border-size 3 " + "--keyboard-focus on-demand " "--timeout 0"); } if (!rc.fallback_app_icon_name) {