mirror of
https://github.com/i3/i3.git
synced 2026-03-02 14:05:27 +00:00
Actually, WM_CLASS contains two null-terminated strings, so we cannot use asprintf() to get its value but rather use strdup() to get both of them. Both values are compared when a client is matched against a wm_class/title combination (for assignments for example).