aboutsummaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2020-08-20 09:32:00 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-20 14:38:04 +0200
commite4bf77f46267730d5c2e771b5dcef6a338eaf88e (patch)
tree7701f648c7068dbc69fedf5d8fb7ac1926ec729f /src/settings.h
parented884c084a013586ce5abcc53457bd617fd68f42 (diff)
downloadayatana-indicator-notifications-e4bf77f46267730d5c2e771b5dcef6a338eaf88e.tar.gz
ayatana-indicator-notifications-e4bf77f46267730d5c2e771b5dcef6a338eaf88e.tar.bz2
ayatana-indicator-notifications-e4bf77f46267730d5c2e771b5dcef6a338eaf88e.zip
Add blacklist hints for recent application names.
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/settings.h b/src/settings.h
index 87e341f..53b9780 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -5,10 +5,11 @@
#ifndef __SETTINGS_H__
#define __SETTINGS_H__
-#define NOTIFICATIONS_SCHEMA "org.ayatana.indicator.notifications"
-#define NOTIFICATIONS_KEY_BLACKLIST "blacklist"
-#define NOTIFICATIONS_KEY_CLEAR_MC "clear-on-middle-click"
-#define NOTIFICATIONS_KEY_HIDE_INDICATOR "hide-indicator"
-#define NOTIFICATIONS_KEY_MAX_ITEMS "max-items"
+#define NOTIFICATIONS_SCHEMA "org.ayatana.indicator.notifications"
+#define NOTIFICATIONS_KEY_BLACKLIST "blacklist"
+#define NOTIFICATIONS_KEY_BLACKLIST_HINTS "blacklist-hints"
+#define NOTIFICATIONS_KEY_CLEAR_MC "clear-on-middle-click"
+#define NOTIFICATIONS_KEY_HIDE_INDICATOR "hide-indicator"
+#define NOTIFICATIONS_KEY_MAX_ITEMS "max-items"
#endif