diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-03-23 08:21:40 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-03-23 08:21:40 +0100 |
commit | 58c29ee0d464d08c08f30e57018e5597a30e33d8 (patch) | |
tree | 6347097d92987c18500904f5c8b0be27272ad83b | |
parent | e366454a04173840e41cbe2394dba4a476b76937 (diff) | |
download | dotfiles-58c29ee0d464d08c08f30e57018e5597a30e33d8.tar.gz dotfiles-58c29ee0d464d08c08f30e57018e5597a30e33d8.tar.bz2 dotfiles-58c29ee0d464d08c08f30e57018e5597a30e33d8.zip |
firesend
-rw-r--r-- | config/uzbl/config | 2 | ||||
-rwxr-xr-x | ratpoison/firesend | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/uzbl/config b/config/uzbl/config index 0f637f1..7d2abe7 100644 --- a/config/uzbl/config +++ b/config/uzbl/config @@ -5,7 +5,7 @@ # === Core settings ========================================================== # Polipo proxy for caching -set proxy_url = http://127.0.0.1:8123 +#set proxy_url = http://127.0.0.1:8123 # common directory locations set prefix @(echo $UZBL_PREFIX)@ diff --git a/ratpoison/firesend b/ratpoison/firesend index d0df600..ddde2ef 100755 --- a/ratpoison/firesend +++ b/ratpoison/firesend @@ -1,2 +1,2 @@ #!/bin/bash -$HOME/.ratpoison/exec_to_workspace 2 uzbl-browser $@ +$HOME/.ratpoison/exec_to_workspace 2 firefox --new-tab $@ |