aboutsummaryrefslogtreecommitdiff
path: root/src/settings.h
blob: 53b978079dda6a82b88c1bd5769715d23287d97e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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_HIDE_INDICATOR  "hide-indicator"
#define NOTIFICATIONS_KEY_MAX_ITEMS       "max-items"

#endif