all repos — st @ ff241199edc7631d6599c22414ef6823059a1072

st (suckless terminal) config

Fixing the XClassHint setting in st.
Christoph Lohmann 20h@r-36.net
commit

ff241199edc7631d6599c22414ef6823059a1072

parent

375b28720f7c78e6fac1c274f9dee7c40a78aacb

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -3237,7 +3237,7 @@

void xhints(void) { - XClassHint class = {opt_class ? opt_class : termname, termname}; + XClassHint class = {termname, opt_class ? opt_class : termname}; XWMHints wm = {.flags = InputHint, .input = 1}; XSizeHints *sizeh = NULL;