We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d81f83 commit 1e1ed33Copy full SHA for 1e1ed33
1 file changed
plugins/background/monitor-background.c
@@ -63,6 +63,7 @@ build_monitor_background (MonitorBackground *mb)
63
64
mb->window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
65
gtk_window_set_type_hint (GTK_WINDOW (mb->window), GDK_WINDOW_TYPE_HINT_DESKTOP);
66
+ gtk_window_set_decorated (GTK_WINDOW (mb->window), FALSE);
67
68
// Set keep below so muffin recognizes the backgrounds and keeps them
69
// at the bottom of the bottom window layer (under file managers, etc..)
0 commit comments