diff options
-rwxr-xr-x | smart-wallpaper | 2 |
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 |