From 588957feac6aa6b5dc1e3ffd8df3a97df8c39fd6 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 27 Feb 2010 11:57:05 +0100 Subject: explain t binding --- examples/config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/config/config b/examples/config/config index efab5c5..cd6a0c0 100644 --- a/examples/config/config +++ b/examples/config/config @@ -267,7 +267,7 @@ 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" -# Uzbl Terminal. TODO explain why this is useful +# If you want to see all events being triggered: @cbind t = sh 'xterm -e "socat unix-connect:$5 -"' #@cbind t = sh 'urxvt -e socat unix-connect:$5 -' -- cgit v1.2.3