diff options
author | Victor Kareh <[email protected]> | 2025-08-20 22:49:42 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2025-08-20 23:09:04 -0400 |
commit | 7d92991c7bc863bd675db403f83b094f93a7a3ff (patch) | |
tree | 05ee7fb0c0d456564939d523483d5f0e8c880535 /src/common/constants.h | |
parent | 3adfad8097615f179f7c96f27ccd8ed7f9ba5a15 (diff) | |
download | mate-notification-daemon-notification-spec-v1.3.tar.bz2 mate-notification-daemon-notification-spec-v1.3.tar.xz |
capplet: Add timeout and persistence controlsnotification-spec-v1.3
Add new UI elements to configure default timeout, allow persistent
notifications, and to display countdown on all notification messages.
Diffstat (limited to 'src/common/constants.h')
-rw-r--r-- | src/common/constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
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" |