From 1e406dd6495bf7e55dccc2e75578efee79a0df18 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Sun, 19 Oct 2025 19:41:24 +0100 Subject: [PATCH] labnag: use overlay layer by default ...so that the dialog is still visible when some client is using fullscreen mode. --- 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 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) {