X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=blobdiff_plain;f=x.c;h=06e53d389c149459647be3fd1a203bdded4fc812;hp=d43a52947aa61638c269194c1d2a7fa19d292c68;hb=e7ef3c4ce95a21cfcd0988d493f636e1d0115871;hpb=8ab629031bd958d93deee9203fea32c38fe8ac30 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);