From 23536c99c7c608376556008f44934c6e848b17ba Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 15 Mar 2023 01:41:34 -0500 Subject: fix bm to use clipboard with xclip and not primary --- bm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bm') 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 } #}}} -- cgit v1.2.3