From ec6eea0f30f08bc3cee252649f8b16d5c5abc67b Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 29 Nov 2009 15:49:36 +0100 Subject: remove old/deprecated scripts --- examples/config/uzbl/config | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'examples/config') diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config index 29cb365..f06bbc5 100644 --- a/examples/config/uzbl/config +++ b/examples/config/uzbl/config @@ -174,11 +174,8 @@ set open_new_window = sh 'uzbl-browser -u \@SELECTED_URI' @bind B = spawn @scripts_dir/insert_bookmark.sh @bind U = spawn @scripts_dir/load_url_from_history.sh @bind u = spawn @scripts_dir/load_url_from_bookmarks.sh -# with the sample yank script, you can yank one of the arguments into clipboard/selection -@bind yurl = spawn @scripts_dir/yank.sh 6 primary -@bind ytitle = spawn @scripts_dir/yank.sh 7 clipboard -# does the same as yurl but without needing a script -@bind y2url = sh 'echo -n $6 | xclip' +@bind yurl = sh 'echo -n $6 | xclip' +@bind ytitle = sh 'echo -n $7 | xclip' # go the page from primary selection @bind p = sh 'echo "uri `xclip -selection primary -o`" > $4' # go to the page in clipboard -- cgit v1.2.3