From: Ingo Lohmar Date: Fri, 31 May 2019 20:25:35 +0000 (+0200) Subject: apply hints before initial mapping (ICCCM) X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/1f09f0b0bbba29ceed9b4e6d558b6ad5b0843cfe?ds=inline;hp=1f09f0b0bbba29ceed9b4e6d558b6ad5b0843cfe apply hints before initial mapping (ICCCM) For WM_CLASS this is mentioned in the ICCCM docs https://tronche.com/gui/x/icccm/sec-4.html#s-4.1.2.5 (third sentence). When changing the WM_CLASS from the command line, this is necessary for window managers to pick it up before applying class-based rules. ---