aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-02 18:08:16 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-02 18:08:16 +0100
commita5f014de5f76169a38ee67e46a0526e5d80a3433 (patch)
tree884ed699455b0d10a58cc3c2ab9f9e48b51fe32b
parent0482aae0aed75e333225c45312c260f63a888517 (diff)
add notes into example config
-rw-r--r--examples/config/uzbl/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 4782a0d..3edb36c 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -48,7 +48,7 @@ set scheme_handler = sync_spawn @scripts_dir/scheme.py
# Open in the same window.
#set new_window = sh 'echo uri "$8" > $4'
-# Open a link in a new window.
+# Open a link in a new window. equivalent to default behavior
set new_window = sh 'uzbl-browser -u $8'
# --- Optional dynamic event handlers ----------------------------------------
@@ -254,7 +254,7 @@ set open_new_window = sh 'uzbl-browser -u \@SELECTED_URI'
@cbind !dump = sh "echo dump_config > $4"
# Reload config
@cbind !reload = sh "sed '/^# === Post-load misc commands/,$d' $1 > $4"
-# Uzbl Terminal
+# Uzbl Terminal. TODO explain why this is useful
@cbind <Ctrl><Alt>t = sh 'xterm -e "socat unix-connect:$5 -"'
#@cbind <Ctrl><Alt>t = sh 'urxvt -e socat unix-connect:$5 -'