From 97e27bc64d415a561cd78babb2cc9e383b42ffcb Mon Sep 17 00:00:00 2001 From: Shiva Date: Sun, 29 Jan 2017 21:59:15 -0800 Subject: Update readme with details about patches --- patches/st-clipboard-20160727-308bfbf.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/st-clipboard-20160727-308bfbf.diff (limited to 'patches/st-clipboard-20160727-308bfbf.diff') diff --git a/patches/st-clipboard-20160727-308bfbf.diff b/patches/st-clipboard-20160727-308bfbf.diff new file mode 100644 index 0000000..4cbec85 --- /dev/null +++ b/patches/st-clipboard-20160727-308bfbf.diff @@ -0,0 +1,13 @@ +diff --git a/st.c b/st.c +index 2594c65..ebdde9f 100644 +--- a/st.c ++++ b/st.c +@@ -1263,6 +1263,8 @@ xsetsel(char *str, Time t) + XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t); + if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win) + selclear(0); ++ ++ clipcopy(NULL); + } + + void -- cgit v1.2.3