Skip to content

Handle all X11 window title fallbacks

Handle the stack of properties affecting window title:

  • _NET_WM_VISIBLE_NAME
  • _NET_WM_NAME
  • WM_NAME

And prefer them in that order. Fixes missing window titles in X11 apps.

Merge request reports