X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=x.c;h=06e53d389c149459647be3fd1a203bdded4fc812;hb=e7ef3c4ce95a21cfcd0988d493f636e1d0115871;hp=d43a52947aa61638c269194c1d2a7fa19d292c68;hpb=c5ba9c025b7ebc34979e839453528f6e4a18712d;p=st.git diff --git a/x.c b/x.c index d43a529..06e53d3 100644 --- a/x.c +++ b/x.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);