From db4838a2afa65631fc8113d382a53cbcdc026923 Mon Sep 17 00:00:00 2001 From: Tudor Date: Sun, 31 Jan 2016 12:19:04 +0200 Subject: [PATCH] Changed image cache location --- config/config | 2 +- fetch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config b/config/config index 4fe1de24..ec20e278 100644 --- a/config/config +++ b/config/config @@ -198,7 +198,7 @@ prompt_height=1 image="wall" # Thumbnail directory -imgtempdir="$HOME/.fetchimages" +imgtempdir="$HOME/.cache/thumbnails" # Image Backend # Which program to draw images with diff --git a/fetch b/fetch index 8fe47a7d..eca2d246 100755 --- a/fetch +++ b/fetch @@ -218,7 +218,7 @@ prompt_height=1 image="wall" # Thumbnail directory -imgtempdir="$HOME/.fetchimages" +imgtempdir="$HOME/.cache/thumbnails/fetch" # Image Backend # Which program to draw images with