diff options
| author | Manuel Palenzuela <[email protected]> | 2019-09-04 11:31:27 +0200 |
|---|---|---|
| committer | Manuel Palenzuela <[email protected]> | 2019-09-04 11:31:27 +0200 |
| commit | 9bebbbe89b2d5eb15dd92e34c642328616cb7478 (patch) | |
| tree | b153021324a96cfac5dedf4f72e80bb8c7c21b02 | |
| parent | Improved optimize option (diff) | |
| download | smart-wallpaper-9bebbbe89b2d5eb15dd92e34c642328616cb7478.tar.gz smart-wallpaper-9bebbbe89b2d5eb15dd92e34c642328616cb7478.tar.bz2 smart-wallpaper-9bebbbe89b2d5eb15dd92e34c642328616cb7478.zip | |
Improved optimize option
| -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 |