aboutsummaryrefslogtreecommitdiff
path: root/dillo
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-22 20:43:26 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-22 20:44:32 +1300
commitef5d7eb9f59ae54b6f5a208eb0b63f6cd6e06647 (patch)
treea152813188583117bd802d6a6c72e8299c907448 /dillo
parentMerge branch 'release/v1.73.0' into develop (diff)
downloaddotfiles-ef5d7eb9f59ae54b6f5a208eb0b63f6cd6e06647.tar.gz
dotfiles-ef5d7eb9f59ae54b6f5a208eb0b63f6cd6e06647.zip
Add a dillorc file
I'm using this browser on an old ThinkPad. Firefox runs, but it's slow, and lately I'm spending a lot of time on sites that don't require JavaScript or anything like that. Let's see how this goes. The `save_dir` doesn't accept tildes in it as a shorthand for the home directory, so I've had to template it with mi5->m4.
Diffstat (limited to 'dillo')
-rw-r--r--dillo/dillorc.mi511
1 files changed, 11 insertions, 0 deletions
diff --git a/dillo/dillorc.mi5 b/dillo/dillorc.mi5
new file mode 100644
index 00000000..736baeee
--- /dev/null
+++ b/dillo/dillorc.mi5
@@ -0,0 +1,11 @@
+bg_color=0xeeeeee
+filter_auto_requests=same_domain
+home="https://sanctum.geek.nz/"
+http_referer=none
+load_images=YES
+load_stylesheets=NO
+parse_embedded_css=NO
+save_dir=<% HOME %>/Downloads
+search_url="http://duckduckgo.com/html?q=%s"
+small_icons=yes
+start_page="about:blank"