aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-13 23:00:59 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-15 03:16:21 +0800
commitf538ef4bbedda04a73dbc44e5f1abca09a4ba359 (patch)
tree04591433a781e33e3579d671885e670b78000300 /examples/config
parentbb9959c00b92633fd0970ef99e6b7a2c5bbc8416 (diff)
Removed broken and deprecated scripts and removed them from the config.
examples/scripts/cookies.sh: Deprecated by uzbl-cookie-daemon months ago. examples/scripts/extedit.js: Broken in its current form without the Uzbl.run method. examples/scripts/scroll-percentage.js: Broken without the Uzbl.run method. examples/scripts/{linkfollow,hint,follower}.js: Development should take place in the single follow.js from now on. There is no logic in co-developing 4 separate following scripts (some of which have been broken for months) in our selection of example scripts.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/config/config b/examples/config/config
index d52e65b..576e674 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -62,7 +62,6 @@ set new_window = sh 'uzbl-browser -u $8'
# Load commit handlers
@on_event LOAD_COMMIT @set_status <span foreground="green">recv</span>
-#@on_event LOAD_COMMIT script @scripts_dir/scroll-percentage.js
# Load finish handlers
@on_event LOAD_FINISH @set_status <span foreground="gold">done</span>
@@ -339,15 +338,6 @@ set eFormFiller = spawn @scripts_dir/eFormFiller.sh
@cbind ZN = @eFormFiller new
@cbind ZL = @eFormFiller load
-# --- External edit script configuration & binds ---
-# Edit form input fields in an external editor (gvim, emacs, urxvt -e vim, ..)
-# disabled since Uzbl object is gone
-set external_editor = gvim
-#set external_editor = xterm -e vim
-#@cbind E = script @scripts_dir/extedit.js
-# And add menu option.
-#menu_editable_add Open in @external_editor = script @scripts_dir/extedit.js
-
# --- Examples ---
# Example showing how to use uzbl's fifo to execute a command.
#@bind X1 = sh 'echo "set zoom_level = 1.0" > "$4"'