Commit b1653dad authored by Erik Reider's avatar Erik Reider

Set notification window layer namespace to "swaync-notification-window"

parent 66c42263
...@@ -45,7 +45,7 @@ namespace SwayNotificationCenter { ...@@ -45,7 +45,7 @@ namespace SwayNotificationCenter {
Process.exit (1); Process.exit (1);
} }
GtkLayerShell.init_for_window (this); GtkLayerShell.init_for_window (this);
GtkLayerShell.set_namespace (this, "swaync-control-center"); GtkLayerShell.set_namespace (this, "swaync-notification-window");
GtkLayerShell.set_layer (this, GtkLayerShell.Layer.OVERLAY); GtkLayerShell.set_layer (this, GtkLayerShell.Layer.OVERLAY);
this.set_anchor (); this.set_anchor ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment