We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f8861 commit cfaaa4aCopy full SHA for cfaaa4a
src/x11/meta-x11-display.c
@@ -82,8 +82,8 @@ typedef struct _MetaX11DisplayLogicalMonitorData
82
83
static GdkDisplay *prepared_gdk_display = NULL;
84
85
-static const char *gnome_wm_keybindings = "Mutter";
86
-static const char *net_wm_name = "Mutter";
+static const char *gnome_wm_keybindings = "Mutter,Metacity";
+static const char *net_wm_name = "Mutter (Muffin)";
87
88
static char *get_screen_name (Display *xdisplay,
89
int number);
0 commit comments