aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-28 17:35:52 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-28 17:35:52 +0800
commite62c36c07d360e73543f864af69e97bd5d348e73 (patch)
treed735ef515d9c1aaedf51dbfe89c05d497f8fb2e3 /examples
parent780caeed5ecbf3d0b3fda7ec87c471bf50d6c777 (diff)
Remove typo.
Diffstat (limited to 'examples')
-rw-r--r--examples/config/uzbl/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 62b5315..9820fda 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -125,7 +125,7 @@ set socket_dir = /tmp
# Middle click
# if clicked on a link open the link in a new uzbl window
-# otherwise open the selection in the current window1
+# otherwise open the selection in the current window
set load_from_xclip = sh 'echo "uri $(xclip -o)" > $4'
set open_new_window = sh 'uzbl-browser -u \@SELECTED_URI'
@bind <Button2> = js if("\@SELECTED_URI") { Uzbl.run("\@open_new_window"); } else { Uzbl.run("\\\@load_from_xclip"); }