From 482c096f7e7e3e021b8f5088d6e5a8fd47f32edf Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Sat, 21 Mar 2026 10:14:28 -0400 Subject: daemon: Add force-display setting to override notification suppression Add a new 'force-display' gsettings and checkbox that, when enabled, shows all notifications regardless of urgency, fullscreen, or screensaver state. Do Not Disturb still takes precedence. Fixes #199 --- src/common/constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') diff --git a/src/common/constants.h b/src/common/constants.h index 1a81977..972cd7f 100644 --- a/src/common/constants.h +++ b/src/common/constants.h @@ -32,6 +32,7 @@ #define GSETTINGS_KEY_ENABLE_PERSISTENCE "enable-persistence" #define GSETTINGS_KEY_SHOW_COUNTDOWN "show-countdown" #define GSETTINGS_KEY_HISTORY_ENABLED "history-enabled" +#define GSETTINGS_KEY_FORCE_DISPLAY "force-display" #define NOTIFICATION_BUS_NAME "org.freedesktop.Notifications" #define NOTIFICATION_BUS_PATH "/org/freedesktop/Notifications" -- cgit v1.2.1