aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar keis <keijser@gmail.com>2010-12-03 02:01:52 +0100
committerGravatar keis <keijser@gmail.com>2010-12-17 19:52:52 +0100
commit6e66dca749831fdf8497442208cdcc6ff9518cf3 (patch)
tree49a7d527ebc963f08c67fed210160b396059d9ae /examples/config
parentbf1bc5b562e1013706a903311df0bfb105d5464b (diff)
bring it all together
add script that loads all cookies from a file by calling add_cookie disable cookie_handler in config call load_cookies.sh from config don't start cookie daemon in uzbl-browser
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index c5a0e86..213bb88 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -42,7 +42,7 @@ set scripts_dir = @data_home/uzbl:@prefix/share/uzbl/examples/data:scripts
# These handlers can't be moved to the new event system yet as we don't
# support events that can wait for a response from a script.
-set cookie_handler = talk_to_socket @cache_home/uzbl/cookie_daemon_socket
+#set cookie_handler = talk_to_socket @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
@@ -391,6 +391,7 @@ set stack = @mode_config stack
set default_mode = command
# === Post-load misc commands ================================================
+sync_spawn @scripts_dir/load_cookies.sh
# Set the "home" page.
set uri = uzbl.org/doesitwork/@COMMIT