aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2014-09-30 01:41:41 +0200
committerChristian Hesse <mail@eworm.de>2014-09-30 01:41:41 +0200
commit1e637ea30c22473d8a0eff9ca2e1132606731043 (patch)
tree237614aab13a6c36c5bf077a4316026efb08ff2d /config.def.h
parentintroduce mpd-notification.h (diff)
downloadmpd-notification-1e637ea30c22473d8a0eff9ca2e1132606731043.tar.gz
mpd-notification-1e637ea30c22473d8a0eff9ca2e1132606731043.tar.bz2
mpd-notification-1e637ea30c22473d8a0eff9ca2e1132606731043.tar.xz
mpd-notification-1e637ea30c22473d8a0eff9ca2e1132606731043.tar.zst
mpd-notification-1e637ea30c22473d8a0eff9ca2e1132606731043.zip
move NOTIFICATION_TIMEOUT to config.def.h
Diffstat (limited to '')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 65e7c33..8d7f8ea 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,6 +8,9 @@
#ifndef _CONFIG_H
#define _CONFIG_H
+/* how long to display notifications */
+#define NOTIFICATION_TIMEOUT 10000
+
/* name of the icon used for notifications */
#define ICON_SOUND "sound"