diff --git a/bin/set_wallpaper b/bin/set_wallpaper index 687a1f8..eeb509f 100755 --- a/bin/set_wallpaper +++ b/bin/set_wallpaper @@ -14,5 +14,6 @@ if [ -d "$WALLPAPER_DIRECTORY" ]; then cat >"$HYPRPAPER_CNF" << EOF preload = $WALLPAPER_FILE wallpaper = ,$WALLPAPER_FILE +splash = false EOF fi