From ddd37fc95cb4a54c0fb2d17536a8ace016fe5671 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 11 Nov 2015 15:54:50 +0000 Subject: Use google by default in uzbl --- .uzbl/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.uzbl') diff --git a/.uzbl/config b/.uzbl/config index 2464ca7..2a223c1 100644 --- a/.uzbl/config +++ b/.uzbl/config @@ -308,7 +308,7 @@ set ebind = @mode_bind global,-insert @cbind i = @set_mode insert # Hard-bound bookmarks -@cbind gh = uri http://www.duckduckgo.com +@cbind gh = uri google.co.uk # New window binds @cbind t = event REQ_NEW_WINDOW @@ -447,7 +447,7 @@ sync_spawn_exec @scripts_dir/load_cookies.sh sync_spawn_exec @scripts_dir/load_cookies.sh @data_home/uzbl/session-cookies.txt # Set the "home" page. -set uri = uzbl.org/doesitwork/@COMMIT +set uri = google.co.uk # Custom binds @bind o = sh 'uri=`$HOME/dotfiles/.uzbl/scripts/load_url_from_surfraw.sh` && echo "uri $uri" > "$UZBL_FIFO"' -- cgit v1.2.3