From 972d677da53ab26e5cbc1a29bdf8d1238c976b00 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 8 Jan 2016 13:31:23 +1100 Subject: [PATCH] Set wall as default image source --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index 37562478..d877eed2 100755 --- a/fetch +++ b/fetch @@ -152,7 +152,7 @@ prompt_height=1 # Image Source # --image wall, shuffle, /path/to/img, off -image="shuffle" +image="wall" # Thumbnail directory imgtempdir="$HOME/.fetchimages"