all repos — st @ b3326ab63be167ddd883dbf7be33603f38bbd31d

st (suckless terminal) config

A different double buffering strategy so the background is default set.
Christoph Lohmann 20h@r-36.net
commit

b3326ab63be167ddd883dbf7be33603f38bbd31d

parent

f741df9cda4d4aa597cf9eff4ac62a610daf44f2

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

jump to
M st.cst.c

@@ -2497,7 +2497,7 @@

/* double buffering */ if(!XdbeQueryExtension(xw.dpy, &major, &minor)) die("Xdbe extension is not present\n"); - xw.buf = XdbeAllocateBackBufferName(xw.dpy, xw.win, XdbeCopied); + xw.buf = XdbeAllocateBackBufferName(xw.dpy, xw.win, XdbeBackground); /* Xft rendering context */ xw.draw = XftDrawCreate(xw.dpy, xw.buf, xw.vis, xw.cmap);