Copy to xsel instead of xclip in urlhandler.sh
This commit is contained in:
parent
da0b5cc933
commit
35a432d462
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ COMMAND=$(
|
|||
firefox -new-window URL
|
||||
netsurf URL
|
||||
surf URL
|
||||
echo URL | xclip -i
|
||||
echo URL | xsel -i
|
||||
youtube-dl -o- URL | mpv -v -
|
||||
youtube-dl URL
|
||||
curl URL | vis -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue