diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-02-12 23:55:50 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-02-12 23:55:50 +0000 |
commit | e6bdc3b2980d1781273c58b8114b9e9d8f976e92 (patch) | |
tree | 61ee092f2c96962eb5f6bddbacd6d11351833f31 /.uzbl | |
parent | c223e72d93df76025a365018d44603bf4ce750ea (diff) |
Minor changes
Diffstat (limited to '.uzbl')
-rw-r--r-- | .uzbl/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.uzbl/config b/.uzbl/config index 23d07ea..ef3c18c 100644 --- a/.uzbl/config +++ b/.uzbl/config @@ -441,7 +441,6 @@ sync_spawn_exec @scripts_dir/load_cookies.sh @data_home/uzbl/session-cookies.txt # Set the "home" page. set uri = "" -@cbind <Ctrl>e = event SET_CURSOR_POS -1 - @on_event DOWNLOAD_COMPLETE spawn @scripts_dir/downloadviewer.sh %s + # vim: set fdm=syntax: |