From 7d92991c7bc863bd675db403f83b094f93a7a3ff Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 20 Aug 2025 22:49:42 -0400 Subject: capplet: Add timeout and persistence controls Add new UI elements to configure default timeout, allow persistent notifications, and to display countdown on all notification messages. --- src/common/constants.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/constants.h') diff --git a/src/common/constants.h b/src/common/constants.h index d2894da..93bb20a 100644 --- a/src/common/constants.h +++ b/src/common/constants.h @@ -28,6 +28,9 @@ #define GSETTINGS_KEY_POPUP_LOCATION "popup-location" #define GSETTINGS_KEY_SOUND_ENABLED "sound-enabled" #define GSETTINGS_KEY_USE_ACTIVE_MONITOR "use-active-monitor" +#define GSETTINGS_KEY_DEFAULT_TIMEOUT "default-timeout" +#define GSETTINGS_KEY_ENABLE_PERSISTENCE "enable-persistence" +#define GSETTINGS_KEY_SHOW_COUNTDOWN "show-countdown" #define NOTIFICATION_BUS_NAME "org.freedesktop.Notifications" #define NOTIFICATION_BUS_PATH "/org/freedesktop/Notifications" -- cgit v1.2.1