From 4e061a4d685e3b68ccc51f7f25ef1e27699797eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 1 Feb 2016 23:12:29 +0100 Subject: Change vis-{copy,paste} to use X clipboard xsel -b --- vis-copy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis-copy') diff --git a/vis-copy b/vis-copy index 80d1a07..d820d79 100755 --- a/vis-copy +++ b/vis-copy @@ -1,7 +1,7 @@ #!/bin/sh if [ ! -z "$DISPLAY" ]; then - exec xsel -i + exec xsel -ib elif type pbcopy >/dev/null 2>&1; then exec pbcopy else -- cgit v1.2.3