diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-02-18 23:15:45 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-02-18 23:15:45 +0100 |
commit | a1f175f3df00feb11df880fca4e02bbfbd8eee12 (patch) | |
tree | d84e10189c33cea0e7071e4e5459814c72d49f90 /config/uzbl/scripts/download.sh | |
parent | d1fffc9e58fc867dd1a6ec9327fe4cbdc29a3bc6 (diff) | |
download | dotfiles-a1f175f3df00feb11df880fca4e02bbfbd8eee12.tar.gz dotfiles-a1f175f3df00feb11df880fca4e02bbfbd8eee12.tar.bz2 dotfiles-a1f175f3df00feb11df880fca4e02bbfbd8eee12.zip |
small update
Diffstat (limited to 'config/uzbl/scripts/download.sh')
-rwxr-xr-x | config/uzbl/scripts/download.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/uzbl/scripts/download.sh b/config/uzbl/scripts/download.sh index 398f271..4ffb5e8 100755 --- a/config/uzbl/scripts/download.sh +++ b/config/uzbl/scripts/download.sh @@ -47,9 +47,9 @@ esac source ~/.colors; -if ! /home/vasko/.ratpoison/ratmenu -style dreary -fg \"$COLOR11\" -bg \"$COLOR0\" -io 2 "Download \"$suggested_filename\"?" false Yes true No false;then -path=''; -fi +#if ! /home/vasko/.ratpoison/ratmenu -style dreary -fg \"$COLOR11\" -bg \"$COLOR0\" -io 2 "Download \"$suggested_filename\"?" false Yes true No false;then +#path=''; +#fi # Do nothing if we don't want to save the file [ -z "$path" ] && exit 0 |