summaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
authorEugene <fogaprod@gmail.com>2020-04-01 13:37:57 +0300
committerEugene <fogaprod@gmail.com>2020-04-01 13:37:57 +0300
commit7917ec930a6487d3dc03d3a71eb4d61c9c597b4c (patch)
treeac45439167bfb1f96705c0f12f6213101afb2560 /x.c
parent6725a2fde0127694176901ebf6217024b832fd8e (diff)
Do not copy text to clipboard after selecting
This behaviour was introduced in https://github.com/LukeSmithxyz/st/commit/683341140065b3096ee9e7e3e3b042f9c52230a6 Resolves: #177
Diffstat (limited to 'x.c')
-rw-r--r--x.c2
1 files changed, 0 insertions, 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