aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2010-01-24 23:25:17 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2010-01-24 23:25:17 +0800
commit0cf394976f20fb7fdbe5069e0817779d3afbd259 (patch)
treeb83d6421c0f86b831c2a1af9b26b7a1f335e89a0 /examples/config
parent5ade8b362a571ce1c1411bbaf1a779d58a2a616b (diff)
parentc5621d312b1ce79a6242a4aa4a9cb4b3181c6d33 (diff)
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimental
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 b376d0b..3730960 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:scrip
# support events that can wait for a response from a script.
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
# Open in the same window.
#set new_window = sh 'echo uri "$8" > $4'