Skip to content

Commit cfaaa4a

Browse files
Cobinjamtwebster
authored andcommitted
Revert renaming of the X11 atoms wm_name and gnome_wm_keybindings
1 parent 01f8861 commit cfaaa4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/x11/meta-x11-display.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ typedef struct _MetaX11DisplayLogicalMonitorData
8282

8383
static GdkDisplay *prepared_gdk_display = NULL;
8484

85-
static const char *gnome_wm_keybindings = "Mutter";
86-
static const char *net_wm_name = "Mutter";
85+
static const char *gnome_wm_keybindings = "Mutter,Metacity";
86+
static const char *net_wm_name = "Mutter (Muffin)";
8787

8888
static char *get_screen_name (Display *xdisplay,
8989
int number);

0 commit comments

Comments
 (0)