From 700a3225f243ea29f03a067049827c32af4675d7 Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Tue, 18 Jun 2019 14:16:11 +0300 Subject: [PATCH] Increase notification character limit Fixes #636 --- src/notification.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notification.h b/src/notification.h index 10b76ad..d78d5f9 100644 --- a/src/notification.h +++ b/src/notification.h @@ -8,7 +8,7 @@ #include "markup.h" -#define DUNST_NOTIF_MAX_CHARS 5000 +#define DUNST_NOTIF_MAX_CHARS 50000 enum behavior_fullscreen { FS_NULL, //!< Invalid value