mirror of
https://github.com/Phantop/dotfiles
synced 2025-12-01 16:48:57 +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+q>: close
|
||||||
<Ctrl+r>: spawn --userscript readability
|
<Ctrl+r>: spawn --userscript readability
|
||||||
<Ctrl+w>: tab-close
|
<Ctrl+w>: tab-close
|
||||||
|
sa: spawn -u archive
|
||||||
sd: spawn -u open_download
|
sd: spawn -u open_download
|
||||||
st: spawn -u switchtor
|
st: spawn -u switchtor
|
||||||
passthrough:
|
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