aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-08-21 15:28:12 +0000
committerGravatar Brendan Taylor <whateley@gmail.com>2011-08-21 15:28:12 +0000
commit26e3068196705c4086fb1a643a0b6d26a2262cc0 (patch)
tree8303b7a91a5e1d142385ea58dc1baab0789ab730 /examples/config
parent65a73762b11b53d836f51e5d8a1c9b8791f6cb31 (diff)
add an ugly 'type link text'-style follow dealie
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config2
-rw-r--r--examples/config/style.css6
2 files changed, 8 insertions, 0 deletions
diff --git a/examples/config/config b/examples/config/config
index 385a60b..f7a8a33 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -349,6 +349,8 @@ set follow_hint_keys = 0123456789
@cbind FL* = spawn @scripts_dir/follow.sh \@< uzbl.follow("\@follow_hint_keys", "%s", 'returnuri') >\@ clipboard
@cbind fi = spawn @scripts_dir/go_input.sh
+@cbind '* = spawn @scripts_dir/follow.sh \@< uzbl.follow.followTextContent("%s", 'click') >\@
+
# Form filler binds
# This script allows you to configure (per domain) values to fill in form
# fields (eg login information) and to fill in these values automatically.
diff --git a/examples/config/style.css b/examples/config/style.css
index a368aa0..b50b87c 100644
--- a/examples/config/style.css
+++ b/examples/config/style.css
@@ -25,4 +25,10 @@
color: black !important;
}
+.uzbl-follow-text-match {
+ outline: 2px solid invert;
+ background: #333 !important;
+ color: white !important;
+}
+
/* vim:set et ts=4: */