aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2010-02-28 23:37:00 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2010-02-28 23:37:00 +0800
commit770c910b4dd7b49df881812deea4b2c505985473 (patch)
tree64e2957d0ab28ee3bdb0145b65a7853a10fd1445 /examples
parentee479db76d8ddca24d01572f61956e06727ceca4 (diff)
Config comment clarification for the <Ctrl><Alt>t bind.
Diffstat (limited to 'examples')
-rw-r--r--examples/config/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index 10bf722..ae97443 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -269,7 +269,8 @@ set preset = event PRESET_TABS
@cbind !dump = sh "echo dump_config > $4"
# Reload config
@cbind !reload = sh "sed '/^# === Post-load misc commands/,$d' $1 > $4"
-# If you want to see all events being triggered:
+# Use socat to directly inject commands into uzbl-core and view events
+# raised by uzbl-core:
@cbind <Ctrl><Alt>t = sh 'xterm -e "socat unix-connect:$5 -"'
#@cbind <Ctrl><Alt>t = sh 'urxvt -e socat unix-connect:$5 -'