From de61b97b5b215c1be262a5078a2c5bf63e2bb71e Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sun, 6 Feb 2022 16:43:33 +0000 Subject: [PATCH] Small changes to tridactylrc Added hover binding Added hints for protonmail Added some settins to disable pocket by default --- tridactyl/.config/tridactyl/tridactylrc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tridactyl/.config/tridactyl/tridactylrc b/tridactyl/.config/tridactyl/tridactylrc index 80d92f47..5062c410 100644 --- a/tridactyl/.config/tridactyl/tridactylrc +++ b/tridactyl/.config/tridactyl/tridactylrc @@ -81,13 +81,20 @@ bind Y openvidLink bind g composite js "git clone " + document.location.href | clipboard yank bind G composite js "git clone " + document.location.href.replace(/https?:\/\//,"git@").replace("/",":").replace(/$/,".git") | clipboard yank -bind c composite hint_focus; !s xdotool key Menu +bind h hint -F e => e.dispatchEvent(new MouseEvent('mouseover', {})) " Makes link hints only hint links on duck duck go ""bindurl ^https://duckduckgo.com f hint -Jc [class=result__a] ""bindurl ^https://duckduckgo.com F hint -Jbc [class=result__a] +" Protonmail hints +bindurl https://mail.protonmail.com/ f hint -Jc .item-subject,.item-checkbox,.navigation-link,.toolbar-button + autocmd DocStart .*github\.com.* zoom 150 autocmd DocStart .*gitlab\.com.* zoom 150 autocmd DocStart .*archlinux\.org.* zoom 150 + +setpref browser.pocket.enabled false +setpref extensions.pocket.enabled false +setpref toolkit.legacyUserProfileCustomizations.stylesheets true