diff options
Diffstat (limited to 'bm')
-rwxr-xr-x | bm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } #}}} |