Readme
This is a working fork of tabbed for my little experiments. For the original visit tabbed homepage at suckless.org.
List of 'improvements'
Setting of WM_NAME and _NET_WM_NAME
This is for the keepassx auto-type feature, which uses window name to filter passwords. Modifications include setting of the WM_NAME to STRING encoding and _NET_WM_NAME to UTF8_STRING encoding. Originally both were set as COMPUND_TEXT and keepassx failed to read it, failing silently.
My intention is to have these properties copied verbatim from the client window so tabbed doesn't need to touch them.