Match window which has no title
I'm having trouble matching a window without title:
% xprop| grep NAME
WM_LOCALE_NAME(STRING) = "en_US.UTF-8"
WM_ICON_NAME(STRING) =
_NET_WM_ICON_NAME(UTF8_STRING) =
WM_NAME(STRING) =
_NET_WM_NAME(UTF8_STRING) =
In both assign
and for_window
:
title=""
gives an error"^$"
don't match
Have you tried [class="..."] in the assign? Maybe your window has a WM_CLASS property that you can use?
mschaefer, yep, I'm aware of `class`. I have few windows with the same class and instance, but one of which has no title. (Eclipse)