diff --git a/xwin.c b/xwin.c index 29d847d..74b5aa6 100644 --- a/xwin.c +++ b/xwin.c @@ -1733,6 +1733,7 @@ ui_create_window(void) } XStoreName(g_display, g_wnd, g_title); + ewmh_set_wm_name(g_wnd, g_title); if (g_hide_decorations) mwm_hide_decorations(g_wnd);