aboutsummaryrefslogtreecommitdiffhomepage
path: root/sampleconfig
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-24 21:52:25 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-24 21:52:25 +0200
commitee54b47b4a24cbea013ab86a2c65454a5a0a8776 (patch)
treea8f979d3374ac653fcf18f37e62ed0999d2b5e59 /sampleconfig
parentcb285952d5340ead82659695384b88a33ed2f655 (diff)
support for reading settings from config file + history logging
Diffstat (limited to 'sampleconfig')
-rw-r--r--sampleconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/sampleconfig b/sampleconfig
new file mode 100644
index 0000000..f112a8c
--- /dev/null
+++ b/sampleconfig
@@ -0,0 +1,8 @@
+# example uzbl config. in a real config, we should obey the xdg spec
+[keyboard]
+next=somekey
+
+[behavior]
+history_file = /tmp/uzbl.history
+
+[network]