From 7917ec930a6487d3dc03d3a71eb4d61c9c597b4c Mon Sep 17 00:00:00 2001 From: Eugene Date: Wed, 1 Apr 2020 13:37:57 +0300 Subject: [PATCH] Do not copy text to clipboard after selecting This behaviour was introduced in https://github.com/LukeSmithxyz/st/commit/683341140065b3096ee9e7e3e3b042f9c52230a6 Resolves: #177 --- x.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/x.c b/x.c index c09392b..1ee015e 100644 --- a/x.c +++ b/x.c @@ -661,8 +661,6 @@ setsel(char *str, Time t) XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t); if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win) selclear(); - - clipcopy(NULL); } void