diff options
Diffstat (limited to '.uzbl')
-rw-r--r-- | .uzbl/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.uzbl/config b/.uzbl/config index 436f73f..23d07ea 100644 --- a/.uzbl/config +++ b/.uzbl/config @@ -439,7 +439,9 @@ 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 = google.co.uk +set uri = "" + +@cbind <Ctrl>e = event SET_CURSOR_POS -1 @on_event DOWNLOAD_COMPLETE spawn @scripts_dir/downloadviewer.sh %s # vim: set fdm=syntax: |