diff options
| author | Camil Staps | 2016-10-11 23:24:29 +0200 | 
|---|---|---|
| committer | Camil Staps | 2016-11-30 19:11:44 +0100 | 
| commit | 48c34563ec69880a3410e0416072e43193fac615 (patch) | |
| tree | b7470f355fa4fe073ff6c4772fefb023673bd395 | |
| parent | Don't startup ff and icedove automatically (diff) | |
Longer timeout for setbg
| -rwxr-xr-x | bin/setbg-texample | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bin/setbg-texample b/bin/setbg-texample index cbfdeae..ee996d3 100755 --- a/bin/setbg-texample +++ b/bin/setbg-texample @@ -13,7 +13,7 @@ function fail() {  }  # Test internet -timeout 2 wget -q --spider http://texample.net +timeout 4 wget -q --spider http://texample.net  if [ $? -ne 0 ]; then fail; fi  let "SCR_WIDTH -= 2 * $PADDING" | 
