diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-04-01 09:24:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 09:24:32 -0400 |
commit | e248ef8c33e2dfef3613feae52471e81f60dc4f9 (patch) | |
tree | ac45439167bfb1f96705c0f12f6213101afb2560 | |
parent | 6725a2fde0127694176901ebf6217024b832fd8e (diff) | |
parent | 7917ec930a6487d3dc03d3a71eb4d61c9c597b4c (diff) |
Merge pull request #183 from Fogapod/master
Do not copy text to clipboard after selecting
-rw-r--r-- | x.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |