aboutsummaryrefslogtreecommitdiffhomepage
path: root/sampleconfig
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-25 11:08:37 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-25 11:08:37 +0200
commitdb7930cad1e84bc600e04a3e8c626d6870a6096a (patch)
tree7df2bbc3a0d0f3770f12c8881af96aa0d90c9e74 /sampleconfig
parentb39fe1bee1aff3e532d9b8831f1713457f132c6b (diff)
this is pretty much how the config should look like ihmo
Diffstat (limited to 'sampleconfig')
-rw-r--r--sampleconfig15
1 files changed, 13 insertions, 2 deletions
diff --git a/sampleconfig b/sampleconfig
index f112a8c..d51e932 100644
--- a/sampleconfig
+++ b/sampleconfig
@@ -1,8 +1,19 @@
# example uzbl config. in a real config, we should obey the xdg spec
-[keyboard]
-next=somekey
[behavior]
history_file = /tmp/uzbl.history
+download_handler = ./extra/download.sh
+
+[bindings_internal]
+n = next
+f = follow_link_here
+F = follow_link_new_tab
+w = follow_link_new_window
+
+[bindings_external]
+b = ./extra/insert_bookmark.sh
+u = ./extra/load_url_from_history.sh
+U = ./extra/load_url_from_bookmarks.sh
+
[network]