diff options
Diffstat (limited to '.config/tridactyl')
| -rw-r--r-- | .config/tridactyl/tridactylrc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index 5b75bb1..cabeb0e 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -57,7 +57,7 @@ bindurl duckduckgo.com F hint -b -c [class*="result__url"] " hint: mpv/video bind gv js tri.native.run(`mpvplay ${document.location.href}`) -bind yv composite getclip | js tri.native.run(`mpvplay ${JS_ARG}`) +bind yv composite getclip | js -p tri.native.run(`mpvplay ${JS_ARG}`) bind ;v hint -W js -p tri.native.run(`mpvplay ${JS_ARG}`) " bind ;v hint -W !s mpv --profile=cache @@ -75,12 +75,13 @@ bind g4 tab 5 " autocmd DocStart www.amazon.co.uk js tri.excmds.urlmodify("-t", "www", "smile") " autocmd DocStart golang.org/pkg js tri.excmds.urlmodify("-t", "golang.org/pkg", "godoc.org") -seturl typeform.com mode ignore seturl overleaf.com mode ignore seturl jel.ly.fish mode ignore -seturl gather.town mode ignore -seturl typingclub.com mode ignore -autocmd TabEnter typingclub.com mode ignore + +seturl typeform.com superignore true +seturl gather.town superignore true +seturl typingclub.com superignore true +seturl monkeytype.com superignore true " fix youtube seturl youtube.com noiframe true |