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:
parent
e94e0b7966
commit
c73f8ca31b
|
@ -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:
|
||||
|
|
3
.local/share/qutebrowser/userscripts/archive
Executable file
3
.local/share/qutebrowser/userscripts/archive
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "open -t https://archive.is/?run=1&url=$QUTE_URL" >> "$QUTE_FIFO"
|
Loading…
Reference in a new issue