xmonad / xmonad-contrib

Contributed modules for xmonad
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
584 stars 274 forks source link

fix EWMH titles #785

Closed geekosaur closed 1 year ago

geekosaur commented 1 year ago

I have no idea what I was thinking when I wrote that code. While at it, just reused the code for ICCCM title which already assumes the client may have broken the rules (I think we have seen a case of WM_NAME being UTF8_STRING).

Description

Rewrite _NET_WM_NAME handling to correctly process it as a UTF8_STRING property.

Checklist