summaryrefslogtreecommitdiff
path: root/bm
diff options
context:
space:
mode:
Diffstat (limited to 'bm')
-rwxr-xr-xbm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bm b/bm
index 5e554b0..9b30355 100755
--- a/bm
+++ b/bm
@@ -62,7 +62,7 @@ clip () {
if [ -n "$WAYLAND_DISPLAY" -a -n "$CANCLIPB" ]; then
echo -n $URL | wl-copy ${ARG%u}
elif [ -n "$DISPLAY" -a -n "$CANCLIPB" ]; then
- echo -n $URL | xclip ${ARG%-u}
+ echo -n $URL | xclip -selection clipboard ${ARG%-u}
fi
}
#}}}