all repos — st @ e7ef3c4ce95a21cfcd0988d493f636e1d0115871

st (suckless terminal) config

Fix regression from 69e32a6 when setting title.
Quentin Rameau quinq@fifth.space
commit

e7ef3c4ce95a21cfcd0988d493f636e1d0115871

parent

8ab629031bd958d93deee9203fea32c38fe8ac30

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

jump to
M x.cx.c

@@ -1492,7 +1492,7 @@ void

xsettitle(char *p) { XTextProperty prop; - DEFAULT(p, "st"); + DEFAULT(p, opt_title); Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle, &prop);