]> git.mdlowis.com Git - proto/labwc.git/commitdiff
labnag: use overlay layer by default
authorJohan Malm <jgm323@gmail.com>
Sun, 19 Oct 2025 18:41:24 +0000 (19:41 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 19 Oct 2025 23:24:31 +0000 (01:24 +0200)
...so that the dialog is still visible when some client is using
fullscreen mode.

docs/labwc-config.5.scd
src/config/rcxml.c

index ca167b62cabfe8bfcec53ce22f02915a7e6cb8e0..00817898bb0f08d628107b9471a30b9f1c30c402 100644 (file)
@@ -286,6 +286,7 @@ this is for compatibility with Openbox.
                --border-bottom-size 1 \\
                --button-border-size 3 \\
                --keyboard-focus on-demand \\
+               --layer overlay \\
                --timeout 0
        ```
 
index a966577cd3b48fee99f7ef13a481dbad918ae706..6ed1522b5b8ad3e31a788b2d0fe3ede446b15df7 100644 (file)
@@ -1646,6 +1646,7 @@ post_processing(void)
                                "--border-bottom-size 1 "
                                "--button-border-size 3 "
                                "--keyboard-focus on-demand "
+                               "--layer overlay "
                                "--timeout 0");
        }
        if (!rc.fallback_app_icon_name) {