Wake up after changing status via dunstctl
This commit is contained in:
parent
e14160bda6
commit
b1f64b266b
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user