diff --git a/dunst.c b/dunst.c index c6266df..b540dfc 100644 --- a/dunst.c +++ b/dunst.c @@ -28,7 +28,7 @@ typedef struct _msg_queue_t { /* global variables */ static int bh, mw, mh; -static int expand = False; +static int expand = True; static int right = False; static int lines = 0; static const char *font = NULL;