Wake up after changing status via dunstctl

This commit is contained in:
Nikos Tsipinakis 2020-04-09 17:30:36 +02:00
parent e14160bda6
commit b1f64b266b

View File

@ -641,6 +641,7 @@ gboolean dbus_cb_dunst_Properties_Set(GDBusConnection *connection,
{ {
if (STR_EQ(property_name, "running")) { if (STR_EQ(property_name, "running")) {
dunst_status(S_RUNNING, g_variant_get_boolean(value)); dunst_status(S_RUNNING, g_variant_get_boolean(value));
wake_up();
return true; return true;
} }