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

This commit is contained in:
Erik Reider
2023-02-22 13:23:42 +01:00
parent 66c4226354
commit b1653dade2

View File

@@ -45,7 +45,7 @@ namespace SwayNotificationCenter {
Process.exit (1);
}
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);
this.set_anchor ();