From: Johan Malm Date: Sun, 19 Oct 2025 18:41:24 +0000 (+0100) Subject: labnag: use overlay layer by default X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=1e406dd6495bf7e55dccc2e75578efee79a0df18;p=proto%2Flabwc.git labnag: use overlay layer by default ...so that the dialog is still visible when some client is using fullscreen mode. --- diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index ca167b62..00817898 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -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 ``` diff --git a/src/config/rcxml.c b/src/config/rcxml.c index a966577c..6ed1522b 100644 --- a/src/config/rcxml.c +++ b/src/config/rcxml.c @@ -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) {