aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-12-03 13:47:09 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-12-03 15:09:57 -0700
commit59adc0787f7b77922c671964e471d0fd2dd7fc90 (patch)
tree5fdbbbf22ae041cbea208947aab202ddc0a05d36 /examples/config
parent518004933b6d110d2a6d140f86c759dd4e713607 (diff)
let webkit handle downloads (breaks backward compatibility)
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/config/config b/examples/config/config
index 855f7c2..64e1c94 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -43,6 +43,7 @@ set scripts_dir = $XDG_DATA_HOME/uzbl:@prefix/share/uzbl/examples/data:scri
set cookie_handler = talk_to_socket $XDG_CACHE_HOME/uzbl/cookie_daemon_socket
set scheme_handler = sync_spawn @scripts_dir/scheme.py
set authentication_handler = sync_spawn @scripts_dir/auth.py
+set download_handler = sync_spawn @scripts_dir/download.sh
# === Dynamic event handlers =================================================