]> git.mdlowis.com Git - proto/labwc.git/commitdiff
rcxml: call labnag with --keyboard-focus on-demand by default
authortokyo4j <hrak1529@gmail.com>
Mon, 13 Oct 2025 09:58:23 +0000 (18:58 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 13 Oct 2025 18:03:43 +0000 (19:03 +0100)
docs/labwc-config.5.scd
src/config/rcxml.c

index 20149beea64b115450f95fbb5edd608c1ef5691e..995be07cb92683e03f8cfca9109eae7d675f3f24 100644 (file)
@@ -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
        ```
 
index be49eaeb72e6fba04abfe2c1b37f0e8f4b322392..6d0caf80edb215d0dda25630fea3cc0bb491347c 100644 (file)
@@ -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) {