From: Michael Stapelberg Date: Sun, 9 Oct 2011 13:45:34 +0000 (+0100) Subject: log WM_NAME (non-utf-8 window titles) X-Git-Tag: 4.1~112^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=18991a65c769845ee62fc90701873dd5b6e0219f;p=i3%2Fi3 log WM_NAME (non-utf-8 window titles) --- diff --git a/src/window.c b/src/window.c index 4b8b6614..bc8d28ac 100644 --- a/src/window.c +++ b/src/window.c @@ -123,6 +123,7 @@ void window_update_name_legacy(i3Window *win, xcb_get_property_reply_t *prop, bo return; } + LOG("WM_NAME changed to \"%s\"\n", new_name); LOG("Using legacy window title. Note that in order to get Unicode window " "titles in i3, the application has to set _NET_WM_NAME (UTF-8)\n");