1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-27 07:26:43 +00:00

Qute: archive.is userscript and bind (sa)

This commit is contained in:
Phantop 2020-02-08 19:47:17 -05:00
parent e94e0b7966
commit c73f8ca31b
2 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,7 @@ settings:
<Ctrl+q>: close
<Ctrl+r>: spawn --userscript readability
<Ctrl+w>: tab-close
sa: spawn -u archive
sd: spawn -u open_download
st: spawn -u switchtor
passthrough:

View file

@ -0,0 +1,3 @@
#!/bin/bash
echo "open -t https://archive.is/?run=1&url=$QUTE_URL" >> "$QUTE_FIFO"