From 338f55b54a46d0553ce039055d8869b683604bef Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 13 Dec 2015 00:03:55 +0100
Subject: [PATCH] Force SOCKS proxy in pentadactyl config.

---
 dotfiles/user/thinkpad/pentadactylrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dotfiles/user/thinkpad/pentadactylrc b/dotfiles/user/thinkpad/pentadactylrc
index cd2d6a0..dfd8d4f 100644
--- a/dotfiles/user/thinkpad/pentadactylrc
+++ b/dotfiles/user/thinkpad/pentadactylrc
@@ -8,6 +8,9 @@ set! javascript.enabled=false
 "set! permissions.default.image=2
 set! general.useragent.override=foo
 set! signon.rememberSignons=false
+set! network.proxy.socks=localhost
+set! network.proxy.socks_port=9999
+set! network.proxy.type=1
 set go=CMsbr
 set showtabline=never
 highlight Hint -append font: "Droid Sans Mono"; margin: 0em; padding: 0.1em; padding-right: 0.2em; 
-- 
2.30.2