From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 12 Aug 2019 02:10:49 +0000 (+0200)
Subject: WIP
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/decks/static/todos?a=commitdiff_plain;h=612c0f953366a73b4c87d8c3ab1aa8c16bd1a411;p=config

WIP
---

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