Copy to xsel instead of xclip in urlhandler.sh

master
Miles Alan 5 years ago
parent da0b5cc933
commit 35a432d462
  1. 2
      scripts/core/sxmo_urlhandler.sh

@ -31,7 +31,7 @@ COMMAND=$(
firefox -new-window URL firefox -new-window URL
netsurf URL netsurf URL
surf URL surf URL
echo URL | xclip -i echo URL | xsel -i
youtube-dl -o- URL | mpv -v - youtube-dl -o- URL | mpv -v -
youtube-dl URL youtube-dl URL
curl URL | vis - curl URL | vis -

Loading…
Cancel
Save