diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-17 18:39:19 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-17 18:39:19 +0200 |
| commit | ea7d9ae49e2d01c77993ca93a6dace221a87e24e (patch) | |
| tree | 05c60ccd55359cf7de9a9682cf610f71906e72c6 /.config | |
| parent | f0002ecaa1130fb7de9db9539cc0d05e06b4cb85 (diff) | |
tridactyl: update config
Diffstat (limited to '.config')
| -rw-r--r-- | .config/tridactyl/themes/r.css | 2 | ||||
| -rw-r--r-- | .config/tridactyl/tridactylrc | 16 |
2 files changed, 3 insertions, 15 deletions
diff --git a/.config/tridactyl/themes/r.css b/.config/tridactyl/themes/r.css index c7a0992..44f6427 100644 --- a/.config/tridactyl/themes/r.css +++ b/.config/tridactyl/themes/r.css @@ -54,6 +54,6 @@ /* opacity: 0.9; */ } -:root.TridactylThemeR #changelog { +:root.TridactylThemeR .TridactylOwnNamespace #changelog { background: var(--tridactyl-bg-second); } diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index ecbf515..6900202 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -65,22 +65,10 @@ bind g4 tab 5 " autocmd DocStart www.amazon.co.uk js tri.excmds.urlmodify("-t", "www", "smile") " autocmd DocStart *.solus-project.com js tri.excmds.urlmodify("-t", "solus-project.com", "getsol.us") " autocmd DocStart golang.org/pkg js tri.excmds.urlmodify("-t", "golang.org/pkg", "godoc.org") -" autocmd DocStart typeform.com mode ignore - -" autocontainers -" aucon meetup.com personal -" aucon trello.com personal -" aucon reddit.com weeb -" aucon kitsu.io weeb -" aucon youtube.com weeb -" aucon shanaproject.com weeb -" aucon kum4.cf weeb -" aucon nyaa.si weeb -" aucon amazon.(com|de|co.jp|co.uk) shopping -" aucon flowdock.com work -" aucon calamari.io work +seturl typeform.com mode ignore seturl overleaf.com mode ignore +seturl jel.ly.fish mode ignore " fix youtube seturl youtube.com noiframe true |