about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-09-04 11:31:27 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-09-04 11:31:27 +0200
commit9bebbbe89b2d5eb15dd92e34c642328616cb7478 (patch)
treeb153021324a96cfac5dedf4f72e80bb8c7c21b02
parentImproved optimize option (diff)
downloadsmart-wallpaper-9bebbbe89b2d5eb15dd92e34c642328616cb7478.tar.gz
smart-wallpaper-9bebbbe89b2d5eb15dd92e34c642328616cb7478.tar.bz2
smart-wallpaper-9bebbbe89b2d5eb15dd92e34c642328616cb7478.zip
Improved optimize option
-rwxr-xr-xsmart-wallpaper2
1 files changed, 1 insertions, 1 deletions
diff --git a/smart-wallpaper b/smart-wallpaper
index 68437e3..a0d8515 100755
--- a/smart-wallpaper
+++ b/smart-wallpaper
@@ -53,7 +53,7 @@ checkfullscreen(){
                 if [ "$fullscreen" == false ]; then
 			sleep 10
 			if [ "$WINDOW" = "$SCREEN" ]; then
-                		killall gifview #pause shit
+                		feh --bg-scale $currentwallpaper
 			fi
 
 		fi