summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-01 09:24:32 -0400
committerGitHub <noreply@github.com>2020-04-01 09:24:32 -0400
commite248ef8c33e2dfef3613feae52471e81f60dc4f9 (patch)
treeac45439167bfb1f96705c0f12f6213101afb2560
parent6725a2fde0127694176901ebf6217024b832fd8e (diff)
parent7917ec930a6487d3dc03d3a71eb4d61c9c597b4c (diff)
Merge pull request #183 from Fogapod/master
Do not copy text to clipboard after selecting
-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