summary refs log tree commit diff
path: root/.config/tridactyl/tridactylrc
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-07-29 23:47:56 +0200
committerRobert Günzler <r@gnzler.io>2021-07-29 23:48:47 +0200
commit66ea2fc473db8934e8d1d5bd73489692a5a6e7e4 (patch)
treec5e959ebdb9369094437423a749ec1d4a7f69eb9 /.config/tridactyl/tridactylrc
parent339ef618d57d553312393b14a04a39c554f7eb22 (diff)
tridactyl: use superignore mode
Diffstat (limited to '')
-rw-r--r--.config/tridactyl/tridactylrc11
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