mirror of
https://github.com/Phantop/dotfiles
synced 2025-03-31 06:44:55 +00:00
Qute: nitterize
This commit is contained in:
parent
808625abea
commit
bd8b5565ff
|
@ -26,6 +26,7 @@ settings:
|
||||||
sa: spawn -u archive
|
sa: spawn -u archive
|
||||||
sd: spawn -u open_download
|
sd: spawn -u open_download
|
||||||
st: spawn -u switchtor
|
st: spawn -u switchtor
|
||||||
|
sx: spawn -u nitterize
|
||||||
passthrough:
|
passthrough:
|
||||||
<Ctrl+Shift+Escape>exit: leave-mode
|
<Ctrl+Shift+Escape>exit: leave-mode
|
||||||
<Shift+Escape>: null
|
<Shift+Escape>: null
|
||||||
|
|
3
.local/share/qutebrowser/userscripts/nitterize
Executable file
3
.local/share/qutebrowser/userscripts/nitterize
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/fish
|
||||||
|
|
||||||
|
echo open (echo $QUTE_URL | sed 's/www.youtube.com/invidio.us/; s/twitter.com/nitter.net/') >> "$QUTE_FIFO"
|
Loading…
Reference in a new issue