diff options
-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 $@ |