aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-08-25 16:10:45 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-08-25 16:10:45 +0200
commitc9375206cb3509cac1c6ff8aec057126468b9754 (patch)
treece792e588adb47dcdfb85524c5f0b096c6454967 /examples/config
parent8fbe72f35afa9953c7b150c636fa26f182a9fce7 (diff)
parent733d83d0ada566b0353fd2c305a3838cc2eed131 (diff)
Merge remote branch 'paradoq/master' into experimental
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/config/config b/examples/config/config
index b6d9fe3..51f68d9 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -64,6 +64,9 @@ set authentication_handler = sync_spawn @scripts_dir/auth.py
# Load commit handlers
@on_event LOAD_COMMIT @set_status <span foreground="green">recv</span>
+# Userscript support. Add all scripts to $XDG_DATA_HOME/uzbl/userscripts
+#@on_event LOAD_COMMIT spawn @scripts_dir/userscripts.sh
+
# Load finish handlers
@on_event LOAD_FINISH @set_status <span foreground="gold">done</span>
@on_event LOAD_FINISH spawn @scripts_dir/history.sh