From 612c0f953366a73b4c87d8c3ab1aa8c16bd1a411 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 12 Aug 2019 04:10:49 +0200 Subject: [PATCH] WIP --- buster/etc_files/user/opt/firefox/firefox.cfg | 6 ++++++ buster/home_files/user/.tridactylrc | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/buster/etc_files/user/opt/firefox/firefox.cfg b/buster/etc_files/user/opt/firefox/firefox.cfg index cf6b0a2..b321153 100644 --- a/buster/etc_files/user/opt/firefox/firefox.cfg +++ b/buster/etc_files/user/opt/firefox/firefox.cfg @@ -10,3 +10,9 @@ pref("browser.startup.blankWindow", true); pref("datareporting.policy.firstRunURL", ""); pref("browser.shell.checkDefaultBrowser", false); pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true); + +// use socks proxy by default +pref("network.proxy.type", 1); +pref("network.proxy.socks", "localhost"); +pref("network.proxy.socks_port", 9999); +pref("network.proxy.remote_dns", true); diff --git a/buster/home_files/user/.tridactylrc b/buster/home_files/user/.tridactylrc index 631e25a..de3e621 100644 --- a/buster/home_files/user/.tridactylrc +++ b/buster/home_files/user/.tridactylrc @@ -1,3 +1,10 @@ guiset statuspanel top-right set newtab file:///opt/firefox/blank.html autocmd DocStart www.reddit.com urlmodify -t www old +bind / fillcmdline find +bind n findnext 1 +bind N findnext -1 +set findcase insensitive +bind j scrollline 3 +bind k scrollline -3 +set hintnames numeric -- 2.30.2