all repos — st @ 9c61f29bb7da237907e42875ebe7d0084e8ab1ac

st (suckless terminal) config

Revert "make clipboard patch obsolete"

This reverts commit 77c51c5a6b16387f1792e23acbcf2080f790aa25.

Having multiple clipboards are useful, for example for plumber scripts.
I've discussed this on IRC and it is useful to have.
Hiltjo Posthuma hiltjo@codemadness.org
commit

9c61f29bb7da237907e42875ebe7d0084e8ab1ac

parent

77c51c5a6b16387f1792e23acbcf2080f790aa25

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

jump to
M x.cx.c

@@ -507,7 +507,6 @@

XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t); if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win) selclear_(NULL); - xclipcopy(); } void