Commit 7e21a29c authored by Erik Reider's avatar Erik Reider

Set layershell namespace for blankwindows

parent ad827d69
...@@ -38,6 +38,7 @@ namespace SwayNotificationCenter { ...@@ -38,6 +38,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_monitor (this, monitor); GtkLayerShell.set_monitor (this, monitor);
GtkLayerShell.set_anchor (this, GtkLayerShell.Edge.TOP, true); GtkLayerShell.set_anchor (this, GtkLayerShell.Edge.TOP, true);
......
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