summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-29 23:44:39 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-29 23:44:39 -0300
commit9085e988dec7902a1e6a63b45a16ea91b5c22dc1 (patch)
tree9c3fcd47422942d581c842ddfa174159597afeb9 /src/Makefile
parente275bf946abe82096f047868af81bfb17a0e1dbb (diff)
change in cpaste
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index db7dfe7..4c3cea6 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -68,7 +68,7 @@ CFLAGS += -DDEFAULT_COPY_TO_CLIPBOARD_CMD=\""tmux load-buffer"\"
# Choose one of the proposed commands for pasting from different clipboards:
# You can later change it at runtime.
CFLAGS += -DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""tmux show-buffer"\"
-#CFLAGS += -DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""xclip -o"\"
+#CFLAGS += -DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""xclip -o -selection clipboard"\"
#CFLAGS += -DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""pbpaste"\"