aboutsummaryrefslogtreecommitdiff
path: root/src/settings.h
blob: 90945e131a1a485ea2773053744f6fb76728ea7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * settings.h - Definitions of settings keys and schema.
 */

#ifndef __SETTINGS_H__
#define __SETTINGS_H__

#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_DND             "do-not-disturb"
#define NOTIFICATIONS_KEY_HIDE_INDICATOR  "hide-indicator"
#define NOTIFICATIONS_KEY_MAX_ITEMS       "max-items"

#define MATE_SCHEMA  "org.mate.NotificationDaemon"
#define MATE_KEY_DND "do-not-disturb"

#endif