aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Tom Adams <tom@holizz.com>2009-08-26 09:47:46 +0100
committerGravatar Tom Adams <tom@holizz.com>2009-08-26 09:47:46 +0100
commit254e4a473fc96b6418c348fcfdf0a49c30b2a035 (patch)
tree53de5f0110ccffdc040e7d8d6c6c30b8fae6b783 /examples/config
parent36859a3a174387421dd4397f5f14a3f62b0deeed (diff)
parent8cfc268b053c0b5a8afc3f6d85c1e31518a6644c (diff)
Merge branch 'experimental' into bf2
Conflicts: examples/config/uzbl/config
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/uzbl/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 890a0b9..efc4780 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -8,6 +8,7 @@ set download_handler = spawn $XDG_DATA_HOME/uzbl/scripts/download.sh
set cookie_handler = spawn $XDG_DATA_HOME/uzbl/scripts/cookies.py
#set new_window = sh 'echo uri "$8" > $4' # open in same window
set new_window = sh 'uzbl -u $8' # equivalent to the default behaviour
+set scheme_handler = spawn $XDG_DATA_HOME/uzbl/scripts/scheme.py
set load_start_handler = chain 'set keycmd = ' 'set status_message = <span foreground="khaki">wait</span>'
set load_commit_handler = set status_message = <span foreground="green">recv</span>
set load_finish_handler = chain 'set status_message = <span foreground="gold">done</span>' 'spawn $XDG_DATA_HOME/uzbl/scripts/history.sh'